diff --git a/README.md b/README.md index b6b671bd9..9dca32d51 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f5a767b21..1cb5b8bad 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -35,6 +35,7 @@ def spread(arg): + ``` ```python