diff --git a/README.md b/README.md index cceeb2bf0..488beaf32 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5c9dc0443..9fb71a8f3 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -37,6 +37,7 @@ def spread(arg): + ``` ```python