diff --git a/README.md b/README.md index a6291d861..dc08d9f76 100644 --- a/README.md +++ b/README.md @@ -541,6 +541,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index dacaeba23..46e2a2027 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -467,6 +467,7 @@ def spread(arg): + ```