diff --git a/README.md b/README.md index 99cbce388..6a7a9de10 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1abbe4321..d722d10bf 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -300,6 +300,7 @@ def spread(arg): + ```