diff --git a/README.md b/README.md index 30a4b4c0e..c1c11f52e 100644 --- a/README.md +++ b/README.md @@ -694,6 +694,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 0ef6bb95e..1d9ffcea8 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -620,6 +620,7 @@ def spread(arg): + ```