diff --git a/README.md b/README.md index 8965bfb23..bbe97cd7d 100644 --- a/README.md +++ b/README.md @@ -556,6 +556,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a03933857..0bba7b2c7 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -482,6 +482,7 @@ def spread(arg): + ```