diff --git a/README.md b/README.md index 49e8dab81..4582453d0 100644 --- a/README.md +++ b/README.md @@ -503,6 +503,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 66fbbd4d5..c0422b626 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -429,6 +429,7 @@ def spread(arg): + ```