diff --git a/README.md b/README.md index 86be87b69..acb268c30 100644 --- a/README.md +++ b/README.md @@ -458,6 +458,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 36a3811e6..cf2c23b34 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -384,6 +384,7 @@ def spread(arg): + ```