Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80c2a16

Browse files
committed
American spelling in doc string.
1 parent db7098c commit 80c2a16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/typeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ PyTypeObject PyType_Type = {
8686
0, /*tp_xxx2*/
8787
0, /*tp_xxx3*/
8888
0, /*tp_xxx4*/
89-
"Define the behaviour of a particular type of object.",
89+
"Define the behavior of a particular type of object.",
9090
};

0 commit comments

Comments
 (0)