diff --git a/README.md b/README.md index f0bb2dd0e..6bacd42dc 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 69d221278..c452549dd 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -57,6 +57,7 @@ def spread(arg): + ```