diff --git a/README.md b/README.md index ec6747568..94524d4a0 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 774a84455..99f63b948 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -76,6 +76,7 @@ def spread(arg): + ```