diff --git a/README.md b/README.md index 7b988c661..4a7d5f69c 100644 --- a/README.md +++ b/README.md @@ -604,6 +604,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b86a8f8ff..11dc68254 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -530,6 +530,7 @@ def spread(arg): + ```