diff --git a/README.md b/README.md index dcfff9f7c..058302ac8 100644 --- a/README.md +++ b/README.md @@ -522,6 +522,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 9570737c8..5d0e704f7 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -448,6 +448,7 @@ def spread(arg): + ```