diff --git a/README.md b/README.md index c1df051a7..ae3c02001 100644 --- a/README.md +++ b/README.md @@ -660,6 +660,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 83878e651..8a3e905ca 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -586,6 +586,7 @@ def spread(arg): + ```