diff --git a/README.md b/README.md index 0cdd8f13a..b34fcb58a 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f0d40381a..13076842c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -233,6 +233,7 @@ def spread(arg): + ```