diff --git a/README.md b/README.md index e2b8bb4d1..58e437522 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f321da3fb..191417066 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -228,6 +228,7 @@ def spread(arg): + ```