diff --git a/README.md b/README.md index b8449a364..e72909cd0 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 319dfaa6c..3690d63e9 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -67,6 +67,7 @@ def spread(arg): + ```