diff --git a/README.md b/README.md index b97f03468..beca2091e 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 38cc5c7d3..62f69a357 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -173,6 +173,7 @@ def spread(arg): + ```