diff --git a/README.md b/README.md index 91b5fa7cc..ec39ff0e7 100644 --- a/README.md +++ b/README.md @@ -444,6 +444,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1aee18894..aa5f8da51 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -370,6 +370,7 @@ def spread(arg): + ```