diff --git a/README.md b/README.md index 5435c7f26..5e31efa79 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 8bdda91ad..9a5d73449 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -169,6 +169,7 @@ def spread(arg): + ```