diff --git a/README.md b/README.md index c5a8f789e..7d5794594 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 67ac0f104..3798f8065 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -57,6 +57,7 @@ def spread(arg): + ```