diff --git a/README.md b/README.md index 9dca32d51..3c9ed069a 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1cb5b8bad..30e6e7e77 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -36,6 +36,7 @@ def spread(arg): + ``` ```python