diff --git a/README.md b/README.md index 8edeb3a22..ded202159 100644 --- a/README.md +++ b/README.md @@ -592,6 +592,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b82ac690a..55ab33cd2 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -518,6 +518,7 @@ def spread(arg): + ```