diff --git a/README.md b/README.md index dd0c40ad8..db6d5d229 100644 --- a/README.md +++ b/README.md @@ -719,6 +719,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b428b8173..3b9ff3931 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -645,6 +645,7 @@ def spread(arg): + ```