American spelling in doc string.

This commit is contained in:
Guido van Rossum 1997-06-02 14:43:07 +00:00
parent db7098cad5
commit 80c2a1674e

View file

@ -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.",
};