diff --git a/README.md b/README.md index 144700d9e..76add1cc0 100644 --- a/README.md +++ b/README.md @@ -427,6 +427,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 2e8d40e13..d762bedbb 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -353,6 +353,7 @@ def spread(arg): + ```