diff --git a/README.md b/README.md index f45cdf3b8..441de9844 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index ba2420575..5a16344d9 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -60,6 +60,7 @@ def spread(arg): + ```