diff --git a/README.md b/README.md index e8c138237..0afdbd646 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3303bf740..e5aa86e46 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -333,6 +333,7 @@ def spread(arg): + ```