diff --git a/README.md b/README.md index 205ee1b95..730276e03 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 325d9cc0d..7fb53378d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -243,6 +243,7 @@ def spread(arg): + ```