diff --git a/README.md b/README.md index 9500ea193..c62fd582e 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 14e31aaac..dd928788a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -150,6 +150,7 @@ def spread(arg): + ```