diff --git a/README.md b/README.md index fabcc02f2..a0718b69a 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1c6ccd4e0..5106f3226 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -85,6 +85,7 @@ def spread(arg): + ```