diff --git a/README.md b/README.md index ba67cf5a5..c5a8f789e 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 609bdcae7..67ac0f104 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -56,6 +56,7 @@ def spread(arg): + ```