diff --git a/README.md b/README.md index 7fef9cd26..8109f520f 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 64f64c716..c26cfa867 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -260,6 +260,7 @@ def spread(arg): + ```