diff --git a/README.md b/README.md index 4b736e9b1..68d0ba4db 100644 --- a/README.md +++ b/README.md @@ -683,6 +683,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cd43285d2..e5bccc0fd 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -609,6 +609,7 @@ def spread(arg): + ```