diff --git a/README.md b/README.md index 7e2e99ea8..01dce2c43 100644 --- a/README.md +++ b/README.md @@ -612,6 +612,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 76635a08c..c0c4e7f04 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -538,6 +538,7 @@ def spread(arg): + ```