diff --git a/README.md b/README.md index 09686509e..fabcc02f2 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 644be9600..1c6ccd4e0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -84,6 +84,7 @@ def spread(arg): + ```