diff --git a/README.md b/README.md index 7553ad846..daff88a7d 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 63f119c67..32c2c6a3c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -127,6 +127,7 @@ def spread(arg): + ```