diff --git a/README.md b/README.md index d3116b87d..6048745dc 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 924e65a5a..4f3d76b7b 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -25,6 +25,7 @@ def spread(arg): + ``` ```python