diff --git a/README.md b/README.md index e1e82cfeb..b55d18ccb 100644 --- a/README.md +++ b/README.md @@ -456,6 +456,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 66cf4f5f9..e6940c022 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -382,6 +382,7 @@ def spread(arg): + ```