diff --git a/README.md b/README.md index 881302a89..b97f03468 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index d30b3ade8..38cc5c7d3 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -172,6 +172,7 @@ def spread(arg): + ```