diff --git a/README.md b/README.md index 30c38b012..bd8b573fe 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1a2677f0c..4275e52a5 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -105,6 +105,7 @@ def spread(arg): + ```