From: Guido van Rossum Date: Mon, 2 Jun 1997 14:43:07 +0000 (+0000) Subject: American spelling in doc string. X-Git-Tag: v1.5a3~407 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80c2a1674efdfd95e979172842237509b33a8378;p=thirdparty%2FPython%2Fcpython.git American spelling in doc string. --- diff --git a/Objects/typeobject.c b/Objects/typeobject.c index abf8e2239775..b7e9f3a7057a 100644 --- a/Objects/typeobject.c +++ b/Objects/typeobject.c @@ -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.", };