[Python-checkins] r56030 - peps/trunk/pep-3000.txt

neal.norwitz python-checkins at python.org
Tue Jun 19 03:05:15 CEST 2007


Author: neal.norwitz
Date: Tue Jun 19 03:05:14 2007
New Revision: 56030

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

Modified: peps/trunk/pep-3000.txt
==============================================================================
--- peps/trunk/pep-3000.txt	(original)
+++ peps/trunk/pep-3000.txt	Tue Jun 19 03:05:14 2007
@@ -109,7 +109,7 @@
 function.
 
 The recommended development model for a project that needs to support
-Python 2.6 and 3.0 imultaneously is as follows:
+Python 2.6 and 3.0 simultaneously is as follows:
 
 0. You should have excellent unit tests with close to full coverage.
 1. Port your project to Python 2.6.


More information about the Python-checkins mailing list