diff --git a/README.md b/README.md index d5365040c..2d310d0b5 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index afd9ef2a6..ce53183f9 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -201,6 +201,7 @@ def spread(arg): + ```