diff --git a/README.md b/README.md index c4f1144af..2417d1dea 100644 --- a/README.md +++ b/README.md @@ -473,6 +473,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 0c3c5363c..264c5f237 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -399,6 +399,7 @@ def spread(arg): + ```