[Python-checkins] r53410 - python/trunk/Lib/platform.py

neal.norwitz python-checkins at python.org
Sat Jan 13 22:22:37 CET 2007


Author: neal.norwitz
Date: Sat Jan 13 22:22:37 2007
New Revision: 53410

Modified:
   python/trunk/Lib/platform.py
Log:
Fix grammar in docstrings

Modified: python/trunk/Lib/platform.py
==============================================================================
--- python/trunk/Lib/platform.py	(original)
+++ python/trunk/Lib/platform.py	Sat Jan 13 22:22:37 2007
@@ -1316,7 +1316,7 @@
 
 def python_branch():
 
-    """ Returns a strings identifying the Python implementation
+    """ Returns a string identifying the Python implementation
         branch.
 
         For CPython this is the Subversion branch from which the
@@ -1329,7 +1329,7 @@
 
 def python_revision():
 
-    """ Returns a strings identifying the Python implementation
+    """ Returns a string identifying the Python implementation
         revision.
 
         For CPython this is the Subversion revision from which the


More information about the Python-checkins mailing list