diff --git a/README.md b/README.md index fee849ddd..3b673cf81 100644 --- a/README.md +++ b/README.md @@ -495,6 +495,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e3b8e03d6..7301a3ce2 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -421,6 +421,7 @@ def spread(arg): + ```