diff --git a/README.md b/README.md index 5f7cfbadf..67461f26e 100644 --- a/README.md +++ b/README.md @@ -480,6 +480,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index db3174a30..b2b25325f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -406,6 +406,7 @@ def spread(arg): + ```