diff --git a/README.md b/README.md index 0ad98cbd7..e0de1de95 100644 --- a/README.md +++ b/README.md @@ -698,6 +698,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 143ea4441..2cdf2b5c7 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -624,6 +624,7 @@ def spread(arg): + ```