[Python-checkins] r54239 - python/trunk/Tools/pybench/pybench.py

georg.brandl python-checkins at python.org
Fri Mar 9 13:58:43 CET 2007


Author: georg.brandl
Date: Fri Mar  9 13:58:41 2007
New Revision: 54239

Modified:
   python/trunk/Tools/pybench/pybench.py
Log:
Typo.


Modified: python/trunk/Tools/pybench/pybench.py
==============================================================================
--- python/trunk/Tools/pybench/pybench.py	(original)
+++ python/trunk/Tools/pybench/pybench.py	Fri Mar  9 13:58:41 2007
@@ -167,7 +167,7 @@
         call of .run().
 
         If you change a test in some way, don't forget to increase
-        it's version number.
+        its version number.
 
     """
 


More information about the Python-checkins mailing list