diff --git a/README.md b/README.md index 7b74319d2..df49b02c1 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 45ad64686..36a6f090a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -73,6 +73,7 @@ def spread(arg): + ```