diff --git a/README.md b/README.md index 4edfdccee..2edc91bec 100644 --- a/README.md +++ b/README.md @@ -424,6 +424,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a8f561560..e28c3ba5c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -350,6 +350,7 @@ def spread(arg): + ```