diff --git a/README.md b/README.md index 965a7b99e..76ff19dc3 100644 --- a/README.md +++ b/README.md @@ -352,6 +352,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f5542a12d..122108b9f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -278,6 +278,7 @@ def spread(arg): + ```