diff --git a/README.md b/README.md index 5cf804b5d..87b5e0e83 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 56f1d749d..77bf71b20 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -34,6 +34,7 @@ def spread(arg): + ``` ```python