diff --git a/README.md b/README.md index c2b3e540f..18a4d33fe 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 185bd21c4..8a6eefc48 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -83,6 +83,7 @@ def spread(arg): + ```