diff --git a/README.md b/README.md index c1ef90dd3..7321c9ee5 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 4b9ad2b15..c0cb9bd41 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -32,6 +32,7 @@ def spread(arg): + ``` ```python