mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Grammatical fix in comment.
This commit is contained in:
parent
fdf65d9106
commit
6f2bb2362a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue