diff --git a/README.md b/README.md index 6a7a9de10..6cb25474f 100644 --- a/README.md +++ b/README.md @@ -375,6 +375,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index d722d10bf..88f20b609 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -301,6 +301,7 @@ def spread(arg): + ```