diff --git a/README.md b/README.md index f88a384f6..dadd1c31f 100644 --- a/README.md +++ b/README.md @@ -310,6 +310,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index d8dcc8251..b80fdd1d5 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -236,6 +236,7 @@ def spread(arg): + ```