diff --git a/README.md b/README.md index 3bd9a15eb..070c45269 100644 --- a/README.md +++ b/README.md @@ -475,6 +475,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3083fc422..3f56cbf7e 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -401,6 +401,7 @@ def spread(arg): + ```