diff --git a/README.md b/README.md index 7f8de1e7c..486cd4c10 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 7b7e1f3ac..5acde987a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -303,6 +303,7 @@ def spread(arg): + ```