diff --git a/README.md b/README.md index dd402f7de..070968318 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cb6031e4c..9ffad7ad2 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -183,6 +183,7 @@ def spread(arg): + ```