diff --git a/README.md b/README.md index 364746997..2920cfaed 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 6ed594f30..0e47d453d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -327,6 +327,7 @@ def spread(arg): + ```