diff --git a/README.md b/README.md index 8f970ec83..6b480903d 100644 --- a/README.md +++ b/README.md @@ -589,6 +589,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index ff2e17d09..70ab91d90 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -515,6 +515,7 @@ def spread(arg): + ```