diff --git a/README.md b/README.md index 9a5820790..a3a18bf9d 100644 --- a/README.md +++ b/README.md @@ -510,6 +510,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index df11290b8..15550bb04 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -436,6 +436,7 @@ def spread(arg): + ```