diff --git a/README.md b/README.md index c60f6801d..262b565db 100644 --- a/README.md +++ b/README.md @@ -391,6 +391,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 89b08d644..30225bd42 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -317,6 +317,7 @@ def spread(arg): + ```