diff --git a/README.md b/README.md index 87b5e0e83..49aee9006 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 77bf71b20..5b462ed5b 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -35,6 +35,7 @@ def spread(arg): + ``` ```python