diff --git a/README.md b/README.md index e819bc3c7..97f0471b4 100644 --- a/README.md +++ b/README.md @@ -582,6 +582,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 4cb2fb9b5..736ff8900 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -508,6 +508,7 @@ def spread(arg): + ```