diff --git a/README.md b/README.md index 33c9cd944..0aa600473 100644 --- a/README.md +++ b/README.md @@ -628,6 +628,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 8076344bd..786cffc1b 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -554,6 +554,7 @@ def spread(arg): + ```