diff --git a/README.md b/README.md index 7e4a12d57..1220375e7 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3b154eab6..c11eb081c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -129,6 +129,7 @@ def spread(arg): + ```