diff --git a/README.md b/README.md index 6d654c5c1..e7cc62ca9 100644 --- a/README.md +++ b/README.md @@ -383,6 +383,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f12343aef..b33375d01 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -309,6 +309,7 @@ def spread(arg): + ```