diff --git a/README.md b/README.md index dc08d9f76..4ab72174a 100644 --- a/README.md +++ b/README.md @@ -542,6 +542,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 46e2a2027..2046e6351 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -468,6 +468,7 @@ def spread(arg): + ```