diff --git a/README.md b/README.md index 176e9c4f3..5bc525f5f 100644 --- a/README.md +++ b/README.md @@ -446,6 +446,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a501c76fa..f2bc12d0a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -372,6 +372,7 @@ def spread(arg): + ```