diff --git a/README.md b/README.md index 47bcc8a19..08e7e3f70 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 8ccea5114..56f2dc864 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -70,6 +70,7 @@ def spread(arg): + ```