diff --git a/README.md b/README.md index 486cd4c10..a629f9f4d 100644 --- a/README.md +++ b/README.md @@ -378,6 +378,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5acde987a..a52ad9e75 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -304,6 +304,7 @@ def spread(arg): + ```