diff --git a/README.md b/README.md index 91e0d3cae..916abc6dd 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 136e01efe..146af49f3 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -247,6 +247,7 @@ def spread(arg): + ```