diff --git a/README.md b/README.md index 40a31d4b2..ce2a33cfe 100644 --- a/README.md +++ b/README.md @@ -712,6 +712,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 8ed905795..9eb893733 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -638,6 +638,7 @@ def spread(arg): + ```