diff --git a/README.md b/README.md index 033ceed74..053dc86da 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 11a1492af..d09265bf2 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -81,6 +81,7 @@ def spread(arg): + ```