[Python-checkins] r69670 - peps/trunk/pep-0374.txt

alexandre.vassalotti python-checkins at python.org
Mon Feb 16 14:53:47 CET 2009


Author: alexandre.vassalotti
Date: Mon Feb 16 14:53:47 2009
New Revision: 69670

Log:
Fix typo.


Modified:
   peps/trunk/pep-0374.txt

Modified: peps/trunk/pep-0374.txt
==============================================================================
--- peps/trunk/pep-0374.txt	(original)
+++ peps/trunk/pep-0374.txt	Mon Feb 16 14:53:47 2009
@@ -1074,7 +1074,7 @@
     # Select changes to put aside
     # Edit some other code (e.g. socket).
     hg commit
-    hg unselve
+    hg unshelve
     # Complete initial fix.
     hg commit
     cd ..


More information about the Python-checkins mailing list