diff --git a/README.md b/README.md index 2c0cbc7ee..9579ada4f 100644 --- a/README.md +++ b/README.md @@ -429,6 +429,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index d2ae17cd0..7a90f30cb 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -355,6 +355,7 @@ def spread(arg): + ```