diff --git a/README.md b/README.md index fdcfb67bc..55489c057 100644 --- a/README.md +++ b/README.md @@ -601,6 +601,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index ac595fd1a..86a595f84 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -527,6 +527,7 @@ def spread(arg): + ```