diff --git a/README.md b/README.md index da3d5bd11..1bdfb44a7 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 79ee00a30..03fe28e3b 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -107,6 +107,7 @@ def spread(arg): + ```