diff --git a/README.md b/README.md index b6e56689a..e7afbbb72 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 59ddd369d..799017999 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -204,6 +204,7 @@ def spread(arg): + ```