diff --git a/README.md b/README.md index a03d0b3b0..7a3f76b9b 100644 --- a/README.md +++ b/README.md @@ -386,6 +386,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a79aa94b2..a76430836 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -312,6 +312,7 @@ def spread(arg): + ```