diff --git a/README.md b/README.md index 7970eeaef..42f3b954a 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 14bdbfd36..b00c0d2a4 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -73,6 +73,7 @@ def spread(arg): + ```