diff --git a/README.md b/README.md index 2958b3f89..bb8157b12 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index eff415cae..67eff4b60 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -30,6 +30,7 @@ def spread(arg): + ``` ```python