diff --git a/README.md b/README.md index a5aa12e1e..7a6fd7724 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c215e7a17..8e85f0bad 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -95,6 +95,7 @@ def spread(arg): + ```