diff --git a/README.md b/README.md index 240952211..ed58c181a 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1013ccd20..fe7aad439 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -48,6 +48,7 @@ def spread(arg): + ```