diff --git a/README.md b/README.md index 8971d94b3..a341c6c94 100644 --- a/README.md +++ b/README.md @@ -551,6 +551,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 916d4e23a..1a7c406d0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -477,6 +477,7 @@ def spread(arg): + ```