diff --git a/README.md b/README.md index eab102a22..93a356cd2 100644 --- a/README.md +++ b/README.md @@ -469,6 +469,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 734fff7eb..2fb8856a4 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -395,6 +395,7 @@ def spread(arg): + ```