diff --git a/README.md b/README.md index acedb199f..27e744099 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b78aa3347..347b38300 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -175,6 +175,7 @@ def spread(arg): + ```