diff --git a/README.md b/README.md index 8848ab0f5..01f92ec0f 100644 --- a/README.md +++ b/README.md @@ -403,6 +403,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a4073a952..ae0c22437 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -329,6 +329,7 @@ def spread(arg): + ```