diff --git a/README.md b/README.md index 6f6d0c463..881302a89 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 31bd2eb3d..d30b3ade8 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -171,6 +171,7 @@ def spread(arg): + ```