diff --git a/README.md b/README.md index bb8157b12..c1ef90dd3 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 67eff4b60..4b9ad2b15 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -31,6 +31,7 @@ def spread(arg): + ``` ```python