diff --git a/README.md b/README.md index e5d0c65f4..61c11e9d6 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3f21a76e9..48626181c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -25,6 +25,7 @@ def spread(arg): + ``` ```python