diff --git a/README.md b/README.md index c04dffdee..6ebe9ea1a 100644 --- a/README.md +++ b/README.md @@ -418,6 +418,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e206cbff8..c49a98188 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -344,6 +344,7 @@ def spread(arg): + ```