diff --git a/README.md b/README.md index 3caa4949f..ad993cd6f 100644 --- a/README.md +++ b/README.md @@ -544,6 +544,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a5a1230ca..0d06a1458 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -470,6 +470,7 @@ def spread(arg): + ```