diff --git a/README.md b/README.md index 9be0cdd84..3a5bda9ff 100644 --- a/README.md +++ b/README.md @@ -548,6 +548,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 73854a1c9..539b89f48 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -474,6 +474,7 @@ def spread(arg): + ```