diff --git a/README.md b/README.md index 4733cb718..fe3bd21e4 100644 --- a/README.md +++ b/README.md @@ -634,6 +634,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1609672b2..a83a1d800 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -560,6 +560,7 @@ def spread(arg): + ```