diff --git a/README.md b/README.md index c5bfb078d..168d07366 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c640a14b7..d37ea64d9 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -89,6 +89,7 @@ def spread(arg): + ```