diff --git a/README.md b/README.md index acb268c30..4a5dec8ba 100644 --- a/README.md +++ b/README.md @@ -459,6 +459,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cf2c23b34..3c664f7af 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -385,6 +385,7 @@ def spread(arg): + ```