diff --git a/README.md b/README.md index 55e49933f..6f79cd282 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 802793953..fd18514ed 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -410,6 +410,7 @@ def spread(arg): + ```