diff --git a/README.md b/README.md index 56d2be907..daa2ad425 100644 --- a/README.md +++ b/README.md @@ -727,6 +727,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 915d2328c..dcb15ad07 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -653,6 +653,7 @@ def spread(arg): + ```