diff --git a/README.md b/README.md index 85cdc21f1..dd0c40ad8 100644 --- a/README.md +++ b/README.md @@ -718,6 +718,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e54c711da..b428b8173 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -644,6 +644,7 @@ def spread(arg): + ```