diff --git a/README.md b/README.md index ece99329e..e7d44ed08 100644 --- a/README.md +++ b/README.md @@ -729,6 +729,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 24cc7d2f6..dcccff427 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -655,6 +655,7 @@ def spread(arg): + ```