diff --git a/README.md b/README.md index be5bf8e36..d5d886d51 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c9976c28a..5a8d9cc07 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -43,6 +43,7 @@ def spread(arg): + ```