diff --git a/README.md b/README.md index 5cbf9c1c6..1ac6def88 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 72e973436..4aea40067 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -46,6 +46,7 @@ def spread(arg): + ```