diff --git a/README.md b/README.md index d5d886d51..4e92b3b3c 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5a8d9cc07..bd99c9a7d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -44,6 +44,7 @@ def spread(arg): + ```