diff --git a/README.md b/README.md index 45a889982..9ee2132f7 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e606a1e30..50069c2cc 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -98,6 +98,7 @@ def spread(arg): + ```