diff --git a/README.md b/README.md index 488beaf32..839cd6838 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 9fb71a8f3..9153c604d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -38,6 +38,7 @@ def spread(arg): + ``` ```python