diff --git a/README.md b/README.md index 9ee2132f7..c63ddb295 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 50069c2cc..8f1aaf69c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -99,6 +99,7 @@ def spread(arg): + ```