diff --git a/README.md b/README.md index 0ffed5b63..40a447543 100644 --- a/README.md +++ b/README.md @@ -568,6 +568,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 53ca5fcf1..1d11947cd 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -494,6 +494,7 @@ def spread(arg): + ```