[Python-checkins] r61223 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Tue Mar 4 05:03:59 CET 2008


Author: brett.cannon
Date: Tue Mar  4 05:03:59 2008
New Revision: 61223

Modified:
   peps/trunk/pep-3108.txt
Log:
Fix a typo.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Tue Mar  4 05:03:59 2008
@@ -74,7 +74,7 @@
 and then put up on PyPI. In such cases the code is not expected to be
 maintained beyond the discretion of any core developer.
 
-If a module that is removed is used by a module that is not staying,
+If a module that is removed is used by a module that is staying,
 then the module to remove will have its documentation removed and be
 renamed to signify it has no public API.
 


More information about the Python-checkins mailing list