diff --git a/README.md b/README.md index c6a8406cf..e819bc3c7 100644 --- a/README.md +++ b/README.md @@ -581,6 +581,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 953eadadf..4cb2fb9b5 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -507,6 +507,7 @@ def spread(arg): + ```