diff --git a/README.md b/README.md index 80d66f6b7..d2142c767 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 874afc7cf..f4e71d467 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -113,6 +113,7 @@ def spread(arg): + ```