diff --git a/README.md b/README.md index 4fd8885c7..55df6c1b1 100644 --- a/README.md +++ b/README.md @@ -348,6 +348,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c40b8a2f0..4b023b2a9 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -274,6 +274,7 @@ def spread(arg): + ```