Skip to content

Commit 6ea9419

Browse files
committed
Requested changes.
1 parent c6e7fe9 commit 6ea9419

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Objects/typeobject.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4704,7 +4704,8 @@ static PyMethodDef object_methods[] = {
47044704
};
47054705

47064706
PyDoc_STRVAR(object_doc,
4707-
"object()\n--\n\nThe superclass for all Python classes.");
4707+
"object()\n--\n\nThe starting base class of all types and classes other\n"
4708+
"than itself.");
47084709

47094710
PyTypeObject PyBaseObject_Type = {
47104711
PyVarObject_HEAD_INIT(&PyType_Type, 0)

0 commit comments

Comments
 (0)