diff --git a/README.md b/README.md index dc50ce34d..f75da5d21 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f284e3f44..690cebcda 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -161,6 +161,7 @@ def spread(arg): + ```