diff --git a/README.md b/README.md index bdf4f1af2..70d200031 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a269c7fb4..18253d6df 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -69,6 +69,7 @@ def spread(arg): + ```