diff --git a/README.md b/README.md index 76add1cc0..2c0cbc7ee 100644 --- a/README.md +++ b/README.md @@ -428,6 +428,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index d762bedbb..d2ae17cd0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -354,6 +354,7 @@ def spread(arg): + ```