diff --git a/README.md b/README.md index 3e6e9102b..47ad84b6b 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c30225b35..ce76ff79b 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -50,6 +50,7 @@ def spread(arg): + ```