diff --git a/README.md b/README.md index 262b565db..5481349f5 100644 --- a/README.md +++ b/README.md @@ -392,6 +392,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 30225bd42..faaa75148 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -318,6 +318,7 @@ def spread(arg): + ```