diff --git a/README.md b/README.md index c4bc3c823..195ca050c 100644 --- a/README.md +++ b/README.md @@ -632,6 +632,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5d84a0495..e583764b5 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -558,6 +558,7 @@ def spread(arg): + ```