diff --git a/README.md b/README.md index 01f2d770f..b6b671bd9 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 016ad8f0c..f5a767b21 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -34,6 +34,7 @@ def spread(arg): + ``` ```python