diff --git a/README.md b/README.md index 0092a97ca..4901301c2 100644 --- a/README.md +++ b/README.md @@ -554,6 +554,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cde430459..442534e0c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -480,6 +480,7 @@ def spread(arg): + ```