diff --git a/README.md b/README.md index 40a87c5a8..c422a0bc9 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 593b90e6e..6a297a776 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -78,6 +78,7 @@ def spread(arg): + ```