diff --git a/README.md b/README.md index 17466c818..a40847a20 100644 --- a/README.md +++ b/README.md @@ -518,6 +518,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 6a3ccc884..2aaa11fa6 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -444,6 +444,7 @@ def spread(arg): + ```