diff --git a/README.md b/README.md index 4a884e2f2..1255d3434 100644 --- a/README.md +++ b/README.md @@ -639,6 +639,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f3284b632..0f8316cee 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -565,6 +565,7 @@ def spread(arg): + ```