diff --git a/README.md b/README.md index 4fb80ca72..f02416c8b 100644 --- a/README.md +++ b/README.md @@ -358,6 +358,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c8ffffb0c..2580985af 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -284,6 +284,7 @@ def spread(arg): + ```