diff --git a/README.md b/README.md index ffd407ad0..932f1e6d0 100644 --- a/README.md +++ b/README.md @@ -566,6 +566,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 384a19dca..7e300c18d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -492,6 +492,7 @@ def spread(arg): + ```