diff --git a/README.md b/README.md index 808aa1d51..3fc8a0ad8 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 56af2c882..bab0a3280 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -240,6 +240,7 @@ def spread(arg): + ```