diff --git a/README.md b/README.md index f02416c8b..cc4fe1b48 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 2580985af..f3070213c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -285,6 +285,7 @@ def spread(arg): + ```