[Python-checkins] r88681 - peps/trunk/pep-0385.txt

antoine.pitrou python-checkins at python.org
Mon Feb 28 22:05:27 CET 2011


Author: antoine.pitrou
Date: Mon Feb 28 22:05:27 2011
New Revision: 88681

Log:
Plain English



Modified:
   peps/trunk/pep-0385.txt

Modified: peps/trunk/pep-0385.txt
==============================================================================
--- peps/trunk/pep-0385.txt	(original)
+++ peps/trunk/pep-0385.txt	Mon Feb 28 22:05:27 2011
@@ -265,7 +265,7 @@
 Mercurial, as well as a couple additional ones:
 
 * check branch heads: a hook to reject pushes which create a new head on
-  an existing branch.  The pusher then has to merge the superfetatory heads
+  an existing branch.  The pusher then has to merge the excess heads
   and try pushing again.
 
 * check branches: a hook to reject all changesets not on an allowed named


More information about the Python-checkins mailing list