diff --git a/README.md b/README.md index e4a075e1e..0ebb10d0b 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b00450b47..cc0adc06d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -27,6 +27,7 @@ def spread(arg): + ``` ```python