diff --git a/README.md b/README.md index 73d2c65d2..168057aa0 100644 --- a/README.md +++ b/README.md @@ -350,6 +350,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 688043b83..cda5b33e5 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -276,6 +276,7 @@ def spread(arg): + ```