diff --git a/README.md b/README.md index 778c91f17..16c77b2c6 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 10b2cf989..f904698ef 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -29,6 +29,7 @@ def spread(arg): + ``` ```python