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

brett.cannon python-checkins at python.org
Tue Feb 24 09:08:40 CET 2009


Author: brett.cannon
Date: Tue Feb 24 09:08:40 2009
New Revision: 69928

Log:
Minor typos.

Modified:
   peps/trunk/pep-0374.txt

Modified: peps/trunk/pep-0374.txt
==============================================================================
--- peps/trunk/pep-0374.txt	(original)
+++ peps/trunk/pep-0374.txt	Tue Feb 24 09:08:40 2009
@@ -999,7 +999,7 @@
 automatically take care of the stacking dependencies for you.
 Imagine looms as a stack of dependent branches (called "threads" in
 loom parlance), with easy ways to move up and down the stack of
-thread, merge changes up the stack to descendant threads, create
+threads, merge changes up the stack to descendant threads, create
 diffs between threads, etc. Occasionally, you may need or want to
 export your loom threads into separate branches, either for review
 or commit. Higher threads incorporate all the changes in the lower
@@ -1032,7 +1032,7 @@
 
     bzr down-thread trunk
     # Get all new revisions to the trunk. If you've done things
-    # correctly, this must succeed without conflict.
+    # correctly, this will succeed without conflict.
     bzr pull
     bzr up-thread
     # See? The fix-socket thread is now identical to the trunk


More information about the Python-checkins mailing list