diff --git a/README.md b/README.md index ef715f85f..7970eeaef 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a6a0317d1..14bdbfd36 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -72,6 +72,7 @@ def spread(arg): + ```