diff --git a/README.md b/README.md index 0003a4643..cf88f97fa 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f536c47bc..94a4c1835 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -144,6 +144,7 @@ def spread(arg): + ```