diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-06-27 18:19:09 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-06-27 18:19:09 (GMT) |
commit | d19052c161b737a6f13624cad607bcbe91ae0604 (patch) | |
tree | 2b2b1e5eb4b613541496ec58d6bcff795ca6489f /Modules/xxmodule.c | |
parent | 7ab54e42521335702e879326e868324f2a5b4acb (diff) | |
download | cpython-d19052c161b737a6f13624cad607bcbe91ae0604.zip cpython-d19052c161b737a6f13624cad607bcbe91ae0604.tar.gz cpython-d19052c161b737a6f13624cad607bcbe91ae0604.tar.bz2 |
Issue #9089: Remove references to intobject.c and intobject.h from comments.
Diffstat (limited to 'Modules/xxmodule.c')
-rw-r--r-- | Modules/xxmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/xxmodule.c b/Modules/xxmodule.c index 92c7673..a8a9360 100644 --- a/Modules/xxmodule.c +++ b/Modules/xxmodule.c @@ -10,7 +10,7 @@ your own types of attributes instead. Maybe you want to name your local variables other than 'self'. If your object type is needed in other files, you'll have to create a file "foobarobject.h"; see - intobject.h for an example. */ + floatobject.h for an example. */ /* Xxo objects */ |