diff --git a/README.md b/README.md index d9c336c46..c26256def 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 31fb12f82..fc6d5fc7d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -113,6 +113,7 @@ def spread(arg): + ```