diff --git a/README.md b/README.md index 115ad5f4a..4bfb06ca0 100644 --- a/README.md +++ b/README.md @@ -665,6 +665,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 18be27511..7c7a3a1a6 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -591,6 +591,7 @@ def spread(arg): + ```