diff --git a/README.md b/README.md index 4bb590fe0..c08811b9b 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a706c6c56..468f48f52 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -126,6 +126,7 @@ def spread(arg): + ```