diff --git a/README.md b/README.md index 2cb4ff95e..2958b3f89 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 71f9c9b2f..eff415cae 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -29,6 +29,7 @@ def spread(arg): + ``` ```python