diff --git a/README.md b/README.md index 89b39049d..b36c08ea3 100644 --- a/README.md +++ b/README.md @@ -707,6 +707,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3f4bce1d9..19039dd1a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -633,6 +633,7 @@ def spread(arg): + ```