#8030: more docstring fix for builtin types.
diff --git a/Objects/listobject.c b/Objects/listobject.c
index d710374..8610085 100644
--- a/Objects/listobject.c
+++ b/Objects/listobject.c
@@ -2536,7 +2536,7 @@
 };
 
 PyDoc_STRVAR(list_doc,
-"list() -> new list\n"
+"list() -> new empty list\n"
 "list(iterable) -> new list initialized from iterable's items");