diff --git a/README.md b/README.md index d92dd63ef..2ac820fb8 100644 --- a/README.md +++ b/README.md @@ -356,6 +356,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 6625aba83..b07cf946f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -282,6 +282,7 @@ def spread(arg): + ```