diff --git a/README.md b/README.md index c04d47dc5..03b48864f 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a3c07d575..a4c0f19fe 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -108,6 +108,7 @@ def spread(arg): + ```