diff --git a/README.md b/README.md index 6f79cd282..a6ea1edc2 100644 --- a/README.md +++ b/README.md @@ -485,6 +485,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index fd18514ed..e5b51bc18 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -411,6 +411,7 @@ def spread(arg): + ```