diff --git a/README.md b/README.md index f2f68caf8..ebaccc44f 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 8b2c141f6..2be0e6b1e 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -53,6 +53,7 @@ def spread(arg): + ```