diff --git a/README.md b/README.md index f1450b573..e0c0a2e1f 100644 --- a/README.md +++ b/README.md @@ -675,6 +675,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index dd13c0559..2f9600a0f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -601,6 +601,7 @@ def spread(arg): + ```