diff --git a/README.md b/README.md index 9682b21ad..a54074930 100644 --- a/README.md +++ b/README.md @@ -646,6 +646,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index d0be100a3..7298d12f3 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -572,6 +572,7 @@ def spread(arg): + ```