diff --git a/README.md b/README.md index fc99e7e62..b1bd7282e 100644 --- a/README.md +++ b/README.md @@ -670,6 +670,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 267c90c8d..171762dcd 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -596,6 +596,7 @@ def spread(arg): + ```