diff --git a/README.md b/README.md index 448280a71..4bb590fe0 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index ba9f1f2a9..a706c6c56 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -125,6 +125,7 @@ def spread(arg): + ```