diff --git a/README.md b/README.md index 6b480903d..043ff1054 100644 --- a/README.md +++ b/README.md @@ -590,6 +590,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 70ab91d90..352a24165 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -516,6 +516,7 @@ def spread(arg): + ```