diff --git a/README.md b/README.md index 2ea69aed9..a6291d861 100644 --- a/README.md +++ b/README.md @@ -540,6 +540,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 72fa0148d..dacaeba23 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -466,6 +466,7 @@ def spread(arg): + ```