diff --git a/README.md b/README.md index 6c547d1bd..50f16e40e 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 66ae718ff..934cc1ca0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -181,6 +181,7 @@ def spread(arg): + ```