diff --git a/README.md b/README.md index 915c36f37..02a4669bb 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1ad42f686..fe7bf67aa 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -116,6 +116,7 @@ def spread(arg): + ```