diff --git a/README.md b/README.md index 1a0fdd3b5..dcfff9f7c 100644 --- a/README.md +++ b/README.md @@ -521,6 +521,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e05752cd9..9570737c8 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -447,6 +447,7 @@ def spread(arg): + ```