diff --git a/README.md b/README.md index 4ab72174a..3caa4949f 100644 --- a/README.md +++ b/README.md @@ -543,6 +543,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 2046e6351..a5a1230ca 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -469,6 +469,7 @@ def spread(arg): + ```