diff --git a/README.md b/README.md index 3a5bda9ff..c40d7a00a 100644 --- a/README.md +++ b/README.md @@ -549,6 +549,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 539b89f48..e48a5f819 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -475,6 +475,7 @@ def spread(arg): + ```