diff --git a/README.md b/README.md index 5dedeebd9..4e5f5c6f4 100644 --- a/README.md +++ b/README.md @@ -451,6 +451,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f9b3434bc..c75f04b90 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -377,6 +377,7 @@ def spread(arg): + ```