diff --git a/README.md b/README.md index 7c063f097..02caf02be 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e01d131d0..947f7b864 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -116,6 +116,7 @@ def spread(arg): + ```