diff --git a/README.md b/README.md index ae3c02001..02e3a3a14 100644 --- a/README.md +++ b/README.md @@ -661,6 +661,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 8a3e905ca..23b5111f0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -587,6 +587,7 @@ def spread(arg): + ```