diff --git a/README.md b/README.md index ea8aa411c..26bbe3575 100644 --- a/README.md +++ b/README.md @@ -668,6 +668,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 75ab9583b..a6e316f76 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -594,6 +594,7 @@ def spread(arg): + ```