From 80c2a1674efdfd95e979172842237509b33a8378 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 2 Jun 1997 14:43:07 +0000 Subject: American spelling in doc string. --- Objects/typeobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/typeobject.c b/Objects/typeobject.c index abf8e22..b7e9f3a 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.", }; -- cgit v0.12