[Python-checkins] r57979 - peps/trunk/pep-3121.txt
brett.cannon
python-checkins at python.org
Wed Sep 5 02:38:28 CEST 2007
Author: brett.cannon
Date: Wed Sep 5 02:38:27 2007
New Revision: 57979
Modified:
peps/trunk/pep-3121.txt
Log:
Make something plural.
Modified: peps/trunk/pep-3121.txt
==============================================================================
--- peps/trunk/pep-3121.txt (original)
+++ peps/trunk/pep-3121.txt Wed Sep 5 02:38:27 2007
@@ -79,7 +79,7 @@
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.
More information about the Python-checkins
mailing list