diff --git a/README.md b/README.md index 2edc91bec..929ab9d65 100644 --- a/README.md +++ b/README.md @@ -425,6 +425,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e28c3ba5c..5caa59147 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -351,6 +351,7 @@ def spread(arg): + ```