diff --git a/README.md b/README.md index baf097086..e8c138237 100644 --- a/README.md +++ b/README.md @@ -406,6 +406,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c3468cd40..3303bf740 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -332,6 +332,7 @@ def spread(arg): + ```