diff --git a/README.md b/README.md index 94e1b4014..472d29c8c 100644 --- a/README.md +++ b/README.md @@ -330,6 +330,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index de9bbbc20..6d70648b3 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -256,6 +256,7 @@ def spread(arg): + ```