summaryrefslogtreecommitdiff
path: root/Objects/xxobject.c
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2003-01-03 21:22:08 +0000
committerGreg Ward <gward@python.net>2003-01-03 21:22:08 +0000
commit6f2bb2362a5f5b7065495456c3caf025c65561d5 (patch)
tree92aa7cbd307f641ea5e5bd2bbf03e45a11ae8c66 /Objects/xxobject.c
parentfdf65d91060b727fa258205ac45b9dcd827e83f4 (diff)
downloadcpython-git-6f2bb2362a5f5b7065495456c3caf025c65561d5.tar.gz
Grammatical fix in comment.
Diffstat (limited to 'Objects/xxobject.c')
-rw-r--r--Objects/xxobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/xxobject.c b/Objects/xxobject.c
index d847c52310..6bf4994737 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