diff --git a/README.md b/README.md index c422a0bc9..d30ed4776 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 6a297a776..5203bd679 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -79,6 +79,7 @@ def spread(arg): + ```