diff --git a/README.md b/README.md index 7ed7c1bce..5f7cfbadf 100644 --- a/README.md +++ b/README.md @@ -479,6 +479,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 0b72fd877..db3174a30 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -405,6 +405,7 @@ def spread(arg): + ```