diff --git a/README.md b/README.md index 7f7177c5a..364746997 100644 --- a/README.md +++ b/README.md @@ -400,6 +400,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 9e3148dc7..6ed594f30 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -326,6 +326,7 @@ def spread(arg): + ```