diff --git a/README.md b/README.md index ea69ecbf7..9500ea193 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 09855f618..14e31aaac 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -149,6 +149,7 @@ def spread(arg): + ```