diff --git a/README.md b/README.md index 5bc525f5f..ad352d90e 100644 --- a/README.md +++ b/README.md @@ -447,6 +447,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f2bc12d0a..a08f5c555 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -373,6 +373,7 @@ def spread(arg): + ```