diff --git a/README.md b/README.md index 61c11e9d6..e4a075e1e 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 48626181c..b00450b47 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -26,6 +26,7 @@ def spread(arg): + ``` ```python