diff --git a/README.md b/README.md index 249918d45..d9ec2e682 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 2d1020e7b..8867e8523 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -68,6 +68,7 @@ def spread(arg): + ```