diff --git a/README.md b/README.md index 27e744099..efcf4f0c2 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 347b38300..d9e58bab9 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -176,6 +176,7 @@ def spread(arg): + ```