diff --git a/README.md b/README.md index e26bcdfb2..d7dcc6c79 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 70ef0ab17..68d2b4250 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -267,6 +267,7 @@ def spread(arg): + ```