diff --git a/README.md b/README.md index 7a3f76b9b..a4a60a57f 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a76430836..f40f3466e 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -313,6 +313,7 @@ def spread(arg): + ```