diff --git a/README.md b/README.md index 76a322183..6498cbf34 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 9cb508f8b..6774e10d2 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -63,6 +63,7 @@ def spread(arg): + ```