diff --git a/README.md b/README.md index 6c69b7df1..dce941534 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 244c2bbf3..ecdf4b897 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -249,6 +249,7 @@ def spread(arg): + ```