From: Greg Ward Date: Fri, 3 Jan 2003 21:22:08 +0000 (+0000) Subject: Grammatical fix in comment. X-Git-Tag: v2.3c1~2611 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f2bb2362a5f5b7065495456c3caf025c65561d5;p=thirdparty%2FPython%2Fcpython.git Grammatical fix in comment. --- diff --git a/Objects/xxobject.c b/Objects/xxobject.c index d847c52310fd..6bf4994737d2 100644 --- a/Objects/xxobject.c +++ b/Objects/xxobject.c @@ -2,7 +2,7 @@ /* Use this file as a template to start implementing a new object type. If your objects will be called foobar, start by copying this file to foobarobject.c, changing all occurrences of xx to foobar and all - occurrences of Xx by Foobar. You will probably want to delete all + occurrences of Xx to Foobar. You will probably want to delete all references to 'x_attr' and add your own types of attributes instead. Maybe you want to name your local variables other than 'xp'. If your object type is needed in other files, you'll have to