diff --git a/README.md b/README.md index 82e7bccf0..7d270ab6b 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5433c420b..5d423876e 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -46,6 +46,7 @@ def spread(arg): + ```