diff --git a/README.md b/README.md index ec39ff0e7..176e9c4f3 100644 --- a/README.md +++ b/README.md @@ -445,6 +445,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index aa5f8da51..a501c76fa 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -371,6 +371,7 @@ def spread(arg): + ```