diff --git a/README.md b/README.md index 070968318..4b8a83c27 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 9ffad7ad2..470552db6 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -184,6 +184,7 @@ def spread(arg): + ```