Make something plural.

This commit is contained in:
Brett Cannon 2007-09-05 00:38:27 +00:00
parent 5354252bab
commit 63529fc836
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ the point of creation of the module.
In addition to the initialization function, a module
may implement a number of additional callback
function, which are invoked when the module's
functions, which are invoked when the module's
tp_traverse, tp_clear, and tp_free functions are
invoked, and when the module is reloaded.