diff --git a/README.md b/README.md index e7cc62ca9..05d36377f 100644 --- a/README.md +++ b/README.md @@ -384,6 +384,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b33375d01..5603da85b 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -310,6 +310,7 @@ def spread(arg): + ```