diff --git a/README.md b/README.md index beca2091e..acedb199f 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 62f69a357..b78aa3347 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -174,6 +174,7 @@ def spread(arg): + ```