diff --git a/README.md b/README.md index 74e12491f..f2c95f87c 100644 --- a/README.md +++ b/README.md @@ -437,6 +437,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index ed07d7ace..19b192c36 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -363,6 +363,7 @@ def spread(arg): + ```