diff --git a/README.md b/README.md index 333e54887..17466c818 100644 --- a/README.md +++ b/README.md @@ -517,6 +517,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 2b8e80e64..6a3ccc884 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -443,6 +443,7 @@ def spread(arg): + ```