diff --git a/README.md b/README.md index 01dce2c43..b5f27bcaf 100644 --- a/README.md +++ b/README.md @@ -613,6 +613,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c0c4e7f04..a1a17c0b0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -539,6 +539,7 @@ def spread(arg): + ```