diff --git a/README.md b/README.md index cfb580847..f24a6c309 100644 --- a/README.md +++ b/README.md @@ -735,6 +735,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 18324108f..d26ab8165 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -661,6 +661,7 @@ def spread(arg): + ```