diff --git a/README.md b/README.md index 78461677a..808aa1d51 100644 --- a/README.md +++ b/README.md @@ -313,6 +313,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b63ddbf07..56af2c882 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -239,6 +239,7 @@ def spread(arg): + ```