diff --git a/README.md b/README.md index d9addb2a4..4259189d4 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 832b1747d..2c63fcaa9 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -91,6 +91,7 @@ def spread(arg): + ```