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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80c2a1674efdfd95e979172842237509b33a8378;p=python American spelling in doc string. --- diff --git a/Objects/typeobject.c b/Objects/typeobject.c index abf8e22397..b7e9f3a705 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.", };