diff --git a/README.md b/README.md index 5a06556b4..f3e20f82d 100644 --- a/README.md +++ b/README.md @@ -546,6 +546,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index fb7a0a59e..815f21a30 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -472,6 +472,7 @@ def spread(arg): + ```