diff --git a/README.md b/README.md index 5481349f5..a67d14804 100644 --- a/README.md +++ b/README.md @@ -393,6 +393,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index faaa75148..fbf3043b3 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -319,6 +319,7 @@ def spread(arg): + ```