diff --git a/README.md b/README.md index 2fb6a88f3..5212ed484 100644 --- a/README.md +++ b/README.md @@ -572,6 +572,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 72400d944..94b5c95c2 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -498,6 +498,7 @@ def spread(arg): + ```