diff --git a/README.md b/README.md index 9cfcb40c7..7864d6f7b 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1ee85ecbb..afd328dbd 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -210,6 +210,7 @@ def spread(arg): + ```