diff --git a/README.md b/README.md index 9b1df1605..69193700d 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b17c80c17..bd8c8ccc4 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -138,6 +138,7 @@ def spread(arg): + ```