diff --git a/README.md b/README.md index 73eaca5f1..60045391c 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index fe680c60a..0befffb84 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -38,6 +38,7 @@ def spread(arg): + ``` ```python