diff --git a/README.md b/README.md index 158c26ff6..0003a4643 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 0f8484a5e..f536c47bc 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -143,6 +143,7 @@ def spread(arg): + ```