diff --git a/README.md b/README.md index 2417d1dea..3bd9a15eb 100644 --- a/README.md +++ b/README.md @@ -474,6 +474,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 264c5f237..3083fc422 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -400,6 +400,7 @@ def spread(arg): + ```