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

georg.brandl python-checkins at python.org
Thu Jan 7 23:33:01 CET 2010


Author: georg.brandl
Date: Thu Jan  7 23:33:01 2010
New Revision: 77361

Log:
#7655: typo fixes.

Modified:
   peps/trunk/pep-0374.txt

Modified: peps/trunk/pep-0374.txt
==============================================================================
--- peps/trunk/pep-0374.txt	(original)
+++ peps/trunk/pep-0374.txt	Thu Jan  7 23:33:01 2010
@@ -1,5 +1,5 @@
 PEP: 374
-Title: Chosing a distributed VCS for the Python project
+Title: Choosing a distributed VCS for the Python project
 Version: $Revision$
 Last-Modified: $Date$
 Author: Brett Cannon <brett at python.org>,
@@ -948,7 +948,7 @@
     echo "The cake is a lie!" > README
     svn changelist A README
     # Edit some other code.
-    echo "I own Python!" . LICENSE
+    echo "I own Python!" > LICENSE
     svn changelist B LICENSE
     svn ci -m "Tell it how it is." --changelist B
     # Edit changelist A some more.


More information about the Python-checkins mailing list