diff --git a/README.md b/README.md index 5a0b732d6..f4ca5a152 100644 --- a/README.md +++ b/README.md @@ -526,6 +526,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index fa71e330f..99c25b95c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -452,6 +452,7 @@ def spread(arg): + ```