diff --git a/README.md b/README.md index 0fd1a15b6..c2b3e540f 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 51401a3e9..185bd21c4 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -82,6 +82,7 @@ def spread(arg): + ```