diff --git a/README.md b/README.md index e53082cc9..f8c058360 100644 --- a/README.md +++ b/README.md @@ -598,6 +598,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5543d198f..20dbd350b 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -524,6 +524,7 @@ def spread(arg): + ```