diff --git a/README.md b/README.md index d67973d80..16c2074c8 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f0c31490a..f02f66a52 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -91,6 +91,7 @@ def spread(arg): + ```