diff --git a/README.md b/README.md index 39190de3a..1ef7c0bbd 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cacb6f17b..c89afd2d6 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -66,6 +66,7 @@ def spread(arg): + ```