diff --git a/README.md b/README.md index 081440559..85cdc21f1 100644 --- a/README.md +++ b/README.md @@ -717,6 +717,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 74f898913..e54c711da 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -643,6 +643,7 @@ def spread(arg): + ```