diff --git a/README.md b/README.md index 84e178040..0cc31414b 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a3a2e6d65..298b30748 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -146,6 +146,7 @@ def spread(arg): + ```