diff --git a/README.md b/README.md index c42904bd8..4edfdccee 100644 --- a/README.md +++ b/README.md @@ -423,6 +423,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cf74c172c..a8f561560 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -349,6 +349,7 @@ def spread(arg): + ```