diff --git a/README.md b/README.md index 4bfb06ca0..f3c543272 100644 --- a/README.md +++ b/README.md @@ -666,6 +666,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 7c7a3a1a6..09d4a3090 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -592,6 +592,7 @@ def spread(arg): + ```