diff --git a/README.md b/README.md index 653fe288d..e2b7a0573 100644 --- a/README.md +++ b/README.md @@ -610,6 +610,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b0612b012..ce0377574 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -536,6 +536,7 @@ def spread(arg): + ```