diff --git a/README.md b/README.md index 90f91c8c6..926a1ef9f 100644 --- a/README.md +++ b/README.md @@ -621,6 +621,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 4ed4c383a..8d4322fce 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -547,6 +547,7 @@ def spread(arg): + ```