From: Neal Norwitz Date: Sat, 13 Jan 2007 21:22:37 +0000 (+0000) Subject: Fix grammar in docstrings X-Git-Tag: v2.6a1~2281 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b86f8b88b7ac7e45a7b610293379f1cf63f6501;p=thirdparty%2FPython%2Fcpython.git Fix grammar in docstrings --- diff --git a/Lib/platform.py b/Lib/platform.py index e5bc7719aa2a..867e0b6c3362 100755 --- a/Lib/platform.py +++ b/Lib/platform.py @@ -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