diff --git a/README.md b/README.md index c52a31d2c..0adcf2433 100644 --- a/README.md +++ b/README.md @@ -435,6 +435,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 7667d7546..7f4f49eb6 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -361,6 +361,7 @@ def spread(arg): + ```