diff --git a/README.md b/README.md index 4b6c38dc6..562d7c68d 100644 --- a/README.md +++ b/README.md @@ -368,6 +368,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 11128bb9d..667dcd101 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -294,6 +294,7 @@ def spread(arg): + ```