diff --git a/README.md b/README.md index 6943a8363..73afb8dfc 100644 --- a/README.md +++ b/README.md @@ -656,6 +656,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 8efbcc7e4..e2ed2cb91 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -582,6 +582,7 @@ def spread(arg): + ```