diff --git a/README.md b/README.md index a0718b69a..17f267103 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5106f3226..9c2a0cd2a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -86,6 +86,7 @@ def spread(arg): + ```