diff --git a/README.md b/README.md index ab3b52df1..baf097086 100644 --- a/README.md +++ b/README.md @@ -405,6 +405,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 05314a5ea..c3468cd40 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -331,6 +331,7 @@ def spread(arg): + ```