diff --git a/README.md b/README.md index c40d7a00a..8971d94b3 100644 --- a/README.md +++ b/README.md @@ -550,6 +550,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e48a5f819..916d4e23a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -476,6 +476,7 @@ def spread(arg): + ```