diff --git a/README.md b/README.md index c0c716ffd..37b31c3c3 100644 --- a/README.md +++ b/README.md @@ -616,6 +616,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 4f515f259..8876600a4 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -542,6 +542,7 @@ def spread(arg): + ```