diff --git a/README.md b/README.md index 381de7f1e..b8449a364 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index abd25bef5..319dfaa6c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -66,6 +66,7 @@ def spread(arg): + ```