diff --git a/README.md b/README.md index 6bacd42dc..81965e479 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c452549dd..af1d189b0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -58,6 +58,7 @@ def spread(arg): + ```