diff --git a/README.md b/README.md index 89858c3bd..8f7a6517f 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 896b4391d..adfc29ea2 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -106,6 +106,7 @@ def spread(arg): + ```