diff --git a/README.md b/README.md index 16c77b2c6..394d35d80 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f904698ef..86e0ff5d3 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -30,6 +30,7 @@ def spread(arg): + ``` ```python