]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix grammar in docstrings
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 13 Jan 2007 21:22:37 +0000 (21:22 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 13 Jan 2007 21:22:37 +0000 (21:22 +0000)
Lib/platform.py

index e5bc7719aa2a30b9350c9eb72476481fc10610d4..867e0b6c336200243976ebe663a21d08ce0b4b86 100755 (executable)
@@ -1316,7 +1316,7 @@ def python_version_tuple():
 
 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_branch():
 
 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