diff --git a/README.md b/README.md index 656cbb484..c42904bd8 100644 --- a/README.md +++ b/README.md @@ -422,6 +422,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cfb1e531f..cf74c172c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -348,6 +348,7 @@ def spread(arg): + ```