diff --git a/README.md b/README.md index 549c1e5db..9a5820790 100644 --- a/README.md +++ b/README.md @@ -509,6 +509,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 05b884669..df11290b8 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -435,6 +435,7 @@ def spread(arg): + ```