diff --git a/README.md b/README.md index ab3c00b2d..b2f64b714 100644 --- a/README.md +++ b/README.md @@ -570,6 +570,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 01431de90..a226f7f5a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -496,6 +496,7 @@ def spread(arg): + ```