diff --git a/README.md b/README.md index e72909cd0..bdf4f1af2 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3690d63e9..a269c7fb4 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -68,6 +68,7 @@ def spread(arg): + ```