diff --git a/README.md b/README.md index 0ebb10d0b..778c91f17 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cc0adc06d..10b2cf989 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -28,6 +28,7 @@ def spread(arg): + ``` ```python