diff --git a/README.md b/README.md index 49aee9006..cceeb2bf0 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5b462ed5b..5c9dc0443 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -36,6 +36,7 @@ def spread(arg): + ``` ```python