diff --git a/README.md b/README.md index 258039abb..5f8647a5b 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1dfc6e710..5410b34b9 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -194,6 +194,7 @@ def spread(arg): + ```