diff --git a/README.md b/README.md index 1ac6def88..240952211 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 4aea40067..1013ccd20 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -47,6 +47,7 @@ def spread(arg): + ```