diff --git a/README.md b/README.md index 0d6f1987c..92e70b699 100644 --- a/README.md +++ b/README.md @@ -411,6 +411,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e20a74135..674d54747 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -337,6 +337,7 @@ def spread(arg): + ```