diff --git a/README.md b/README.md index 81edb03f3..c52a31d2c 100644 --- a/README.md +++ b/README.md @@ -434,6 +434,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index d93f5909f..7667d7546 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -360,6 +360,7 @@ def spread(arg): + ```