diff --git a/README.md b/README.md index d9ec2e682..47bcc8a19 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 8867e8523..8ccea5114 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -69,6 +69,7 @@ def spread(arg): + ```