diff --git a/README.md b/README.md index 70d200031..3db3c0aee 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 18253d6df..7e7ce16cc 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -70,6 +70,7 @@ def spread(arg): + ```