diff --git a/README.md b/README.md index bafa9ba85..7dceea083 100644 --- a/README.md +++ b/README.md @@ -327,6 +327,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c285c312d..208969b48 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -253,6 +253,7 @@ def spread(arg): + ```