diff --git a/README.md b/README.md index d5bcfc2e4..75c53983f 100644 --- a/README.md +++ b/README.md @@ -658,6 +658,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 6c3c1279d..31864fd1d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -584,6 +584,7 @@ def spread(arg): + ```