diff --git a/README.md b/README.md index 812f652b3..4b6c38dc6 100644 --- a/README.md +++ b/README.md @@ -367,6 +367,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index fbadc41ff..11128bb9d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -293,6 +293,7 @@ def spread(arg): + ```