diff --git a/README.md b/README.md index 69193700d..111185798 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index bd8c8ccc4..cc2a26e73 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -139,6 +139,7 @@ def spread(arg): + ```