diff --git a/README.md b/README.md index 053dc86da..cb23b81ba 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index d09265bf2..d4acba117 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -82,6 +82,7 @@ def spread(arg): + ```