diff --git a/README.md b/README.md index 7864d6f7b..1a2f8ba2a 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index afd328dbd..93c9362cc 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -211,6 +211,7 @@ def spread(arg): + ```