diff --git a/README.md b/README.md index 7a7f76508..81edb03f3 100644 --- a/README.md +++ b/README.md @@ -433,6 +433,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f756129cb..d93f5909f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -359,6 +359,7 @@ def spread(arg): + ```