diff --git a/README.md b/README.md index 2c0ddc0bc..e83515566 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b4ac9e6da..556b45774 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -27,6 +27,7 @@ def spread(arg): + ``` ```python