diff --git a/README.md b/README.md index 586e2ad0b..9f97dd0d9 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f2ed1c6a8..dcb3d017c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -190,6 +190,7 @@ def spread(arg): + ```