diff --git a/README.md b/README.md index fc8869e9b..f88a384f6 100644 --- a/README.md +++ b/README.md @@ -309,6 +309,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cd0ec4142..d8dcc8251 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -235,6 +235,7 @@ def spread(arg): + ```