diff --git a/README.md b/README.md index b42afe443..21abe9a9f 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b3b44fad9..5d682a3ce 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -123,6 +123,7 @@ def spread(arg): + ```