diff --git a/README.md b/README.md index 0aa78a642..99508f139 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 2a1ed17ba..01c2b50b3 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -63,6 +63,7 @@ def spread(arg): + ```