diff --git a/README.md b/README.md index 55489c057..de6852060 100644 --- a/README.md +++ b/README.md @@ -602,6 +602,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 86a595f84..545e2d8df 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -528,6 +528,7 @@ def spread(arg): + ```