diff --git a/README.md b/README.md index fea684ac7..e7697c868 100644 --- a/README.md +++ b/README.md @@ -440,6 +440,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 6712aaeec..bd80566c8 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -366,6 +366,7 @@ def spread(arg): + ```