diff --git a/README.md b/README.md index 7150f3b05..d247871f5 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 10cf9df82..063a351fa 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -89,6 +89,7 @@ def spread(arg): + ```