diff --git a/README.md b/README.md index 3b673cf81..31be9c33a 100644 --- a/README.md +++ b/README.md @@ -496,6 +496,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 7301a3ce2..67b88d8fd 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -422,6 +422,7 @@ def spread(arg): + ```