diff --git a/README.md b/README.md index d247871f5..d9addb2a4 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 063a351fa..832b1747d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -90,6 +90,7 @@ def spread(arg): + ```