diff --git a/README.md b/README.md index e83515566..2cb4ff95e 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 556b45774..71f9c9b2f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -28,6 +28,7 @@ def spread(arg): + ``` ```python