diff --git a/README.md b/README.md index 0dc8f8749..e53082cc9 100644 --- a/README.md +++ b/README.md @@ -597,6 +597,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5c7c3464c..5543d198f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -523,6 +523,7 @@ def spread(arg): + ```