diff --git a/README.md b/README.md index ecf02cef3..d01fc196d 100644 --- a/README.md +++ b/README.md @@ -505,6 +505,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index d1a62f835..e93c52628 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -431,6 +431,7 @@ def spread(arg): + ```