diff --git a/README.md b/README.md index 61c8981a8..28b62ed06 100644 --- a/README.md +++ b/README.md @@ -501,6 +501,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index bc9c14b09..99ef3c8a5 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -427,6 +427,7 @@ def spread(arg): + ```