diff --git a/README.md b/README.md index 32ae80130..3b778eb05 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c4e7a6e07..dbf7bfa47 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -131,6 +131,7 @@ def spread(arg): + ```