diff --git a/README.md b/README.md index a3e7a37dd..e5d0c65f4 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f6c614b4a..3f21a76e9 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -24,6 +24,7 @@ def spread(arg): + ``` ```python