diff --git a/README.md b/README.md index e7215cd99..30c38b012 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5101a01f6..1a2677f0c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -104,6 +104,7 @@ def spread(arg): + ```