diff --git a/README.md b/README.md index eb3a87dfc..d0d0ba996 100644 --- a/README.md +++ b/README.md @@ -643,6 +643,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f93d76e11..34528f432 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -569,6 +569,7 @@ def spread(arg): + ```