diff --git a/README.md b/README.md index 2d6e8d7ad..fdcfb67bc 100644 --- a/README.md +++ b/README.md @@ -600,6 +600,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 12f4cbe82..ac595fd1a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -526,6 +526,7 @@ def spread(arg): + ```