diff --git a/README.md b/README.md index 394bc15f7..8cd42b55e 100644 --- a/README.md +++ b/README.md @@ -528,6 +528,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 2fba13106..bcd2e8392 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -454,6 +454,7 @@ def spread(arg): + ```