diff --git a/README.md b/README.md index fe3bd21e4..f4758ad31 100644 --- a/README.md +++ b/README.md @@ -635,6 +635,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a83a1d800..624a19b6f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -561,6 +561,7 @@ def spread(arg): + ```