diff --git a/README.md b/README.md index f8c058360..2d6e8d7ad 100644 --- a/README.md +++ b/README.md @@ -599,6 +599,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 20dbd350b..12f4cbe82 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -525,6 +525,7 @@ def spread(arg): + ```