diff --git a/README.md b/README.md index 4e5f5c6f4..61b1189f5 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c75f04b90..b790e06b0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -378,6 +378,7 @@ def spread(arg): + ```