diff --git a/README.md b/README.md index 73d46f709..630d9b0c6 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 556740003..27bc206a6 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -323,6 +323,7 @@ def spread(arg): + ```