diff --git a/README.md b/README.md index 3fc8a0ad8..be00d2a7b 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index bab0a3280..aa0686170 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -241,6 +241,7 @@ def spread(arg): + ```