diff --git a/README.md b/README.md index cdbcaa67d..7a7f76508 100644 --- a/README.md +++ b/README.md @@ -432,6 +432,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f59cffcae..f756129cb 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -358,6 +358,7 @@ def spread(arg): + ```