diff --git a/README.md b/README.md index 63a20f5d2..323559e07 100644 --- a/README.md +++ b/README.md @@ -564,6 +564,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 9cbe22a48..44aceca90 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -490,6 +490,7 @@ def spread(arg): + ```