American spelling in doc string.
This commit is contained in:
parent
db7098cad5
commit
80c2a1674e
|
@ -86,5 +86,5 @@ PyTypeObject PyType_Type = {
|
|||
0, /*tp_xxx2*/
|
||||
0, /*tp_xxx3*/
|
||||
0, /*tp_xxx4*/
|
||||
"Define the behaviour of a particular type of object.",
|
||||
"Define the behavior of a particular type of object.",
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue