diff --git a/README.md b/README.md index 456c490eb..fdc9f25ce 100644 --- a/README.md +++ b/README.md @@ -624,6 +624,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 529fafd41..0e730125c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -550,6 +550,7 @@ def spread(arg): + ```