diff --git a/README.md b/README.md index 661373f70..2f5f1dac7 100644 --- a/README.md +++ b/README.md @@ -371,6 +371,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 15a319cb7..284ecc928 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -297,6 +297,7 @@ def spread(arg): + ```