diff --git a/README.md b/README.md index 5800e7372..10f1903c6 100644 --- a/README.md +++ b/README.md @@ -709,6 +709,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b3f0442ee..95fc080cb 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -635,6 +635,7 @@ def spread(arg): + ```