diff --git a/README.md b/README.md index e4934dd45..89b39049d 100644 --- a/README.md +++ b/README.md @@ -706,6 +706,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index af396092a..3f4bce1d9 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -632,6 +632,7 @@ def spread(arg): + ```