diff --git a/README.md b/README.md index 757e76f6f..e2b8bb4d1 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 46bf7c7a4..f321da3fb 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -227,6 +227,7 @@ def spread(arg): + ```