diff --git a/README.md b/README.md index b34fcb58a..fc8869e9b 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 13076842c..cd0ec4142 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -234,6 +234,7 @@ def spread(arg): + ```