diff --git a/README.md b/README.md index b2f64b714..2fb6a88f3 100644 --- a/README.md +++ b/README.md @@ -571,6 +571,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a226f7f5a..72400d944 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -497,6 +497,7 @@ def spread(arg): + ```