diff --git a/README.md b/README.md index a40847a20..7dd337ade 100644 --- a/README.md +++ b/README.md @@ -519,6 +519,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 2aaa11fa6..f901cafce 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -445,6 +445,7 @@ def spread(arg): + ```