diff --git a/README.md b/README.md index 611204d04..d73e1c00d 100644 --- a/README.md +++ b/README.md @@ -702,6 +702,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c51235c71..8da325bfa 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -628,6 +628,7 @@ def spread(arg): + ```