diff --git a/README.md b/README.md index 5e31efa79..6f6d0c463 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 9a5d73449..31bd2eb3d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -170,6 +170,7 @@ def spread(arg): + ```