diff --git a/README.md b/README.md index 59a8d4f56..ecc9c325c 100644 --- a/README.md +++ b/README.md @@ -577,6 +577,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a20fa696f..c7a77125d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -503,6 +503,7 @@ def spread(arg): + ```