diff --git a/README.md b/README.md index b1c12b127..32f391c61 100644 --- a/README.md +++ b/README.md @@ -618,6 +618,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f1cadd8a0..8729141f1 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -544,6 +544,7 @@ def spread(arg): + ```