diff --git a/README.md b/README.md index 92b435be9..b7a261724 100644 --- a/README.md +++ b/README.md @@ -467,6 +467,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3d014f409..ce6a42269 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -393,6 +393,7 @@ def spread(arg): + ```