diff --git a/README.md b/README.md index 630d9b0c6..77b73b44f 100644 --- a/README.md +++ b/README.md @@ -398,6 +398,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 27bc206a6..dbf8b9d65 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -324,6 +324,7 @@ def spread(arg): + ```