]> granicus.if.org Git - python/commitdiff
American spelling in doc string.
authorGuido van Rossum <guido@python.org>
Mon, 2 Jun 1997 14:43:07 +0000 (14:43 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 2 Jun 1997 14:43:07 +0000 (14:43 +0000)
Objects/typeobject.c

index abf8e2239775cb8ee6d9dfe6be714c0c84f92fea..b7e9f3a7057afe67aeaf96e167f7e80406c577cd 100644 (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.",
 };