diff --git a/README.md b/README.md index fe5c39659..33f76e53e 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ def spread(arg): return result + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 4559ec741..49778a251 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -22,6 +22,7 @@ def spread(arg): return result + ``` ```python