diff --git a/README.md b/README.md index e6b65be13..61c8981a8 100644 --- a/README.md +++ b/README.md @@ -500,6 +500,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 20935a0a8..bc9c14b09 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -426,6 +426,7 @@ def spread(arg): + ```