diff --git a/README.md b/README.md index db1133ff0..8bef95808 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a8b1235c6..33f76728d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -124,6 +124,7 @@ def spread(arg): + ```