diff --git a/README.md b/README.md index 1a2f8ba2a..430527d65 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 93c9362cc..11cdce3e9 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -212,6 +212,7 @@ def spread(arg): + ```