diff --git a/README.md b/README.md index dadd1c31f..5f60896cd 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b80fdd1d5..c445b3158 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -237,6 +237,7 @@ def spread(arg): + ```