diff --git a/README.md b/README.md index 1aa9dc2f4..915c36f37 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 8e1ad5ed3..1ad42f686 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -115,6 +115,7 @@ def spread(arg): + ```