diff --git a/README.md b/README.md index 4b1d8c06e..3494443bb 100644 --- a/README.md +++ b/README.md @@ -413,6 +413,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 320d49ea7..f820391ad 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -339,6 +339,7 @@ def spread(arg): + ```