diff --git a/README.md b/README.md index 5aba9181a..b0444598e 100644 --- a/README.md +++ b/README.md @@ -464,6 +464,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 6968d759d..122d75e1f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -390,6 +390,7 @@ def spread(arg): + ```