diff --git a/README.md b/README.md index efcf4f0c2..840851899 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index d9e58bab9..12cce1330 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -177,6 +177,7 @@ def spread(arg): + ```