diff --git a/README.md b/README.md index 9579ada4f..ca4f10284 100644 --- a/README.md +++ b/README.md @@ -430,6 +430,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 7a90f30cb..48129e4ef 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -356,6 +356,7 @@ def spread(arg): + ```