diff --git a/README.md b/README.md index f04b428e8..5aba9181a 100644 --- a/README.md +++ b/README.md @@ -463,6 +463,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 98727d821..6968d759d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -389,6 +389,7 @@ def spread(arg): + ```