diff --git a/README.md b/README.md index 829fa5629..d3116b87d 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a683fd4b0..924e65a5a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -24,6 +24,7 @@ def spread(arg): + ``` ```python