diff --git a/README.md b/README.md index a9c9cdfcb..a86b49a4b 100644 --- a/README.md +++ b/README.md @@ -696,6 +696,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 044c8e2e6..49b25bcf6 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -622,6 +622,7 @@ def spread(arg): + ```