summaryrefslogtreecommitdiff
path: root/Lib/platform.py
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-01-13 21:22:37 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2007-01-13 21:22:37 +0000
commit4b86f8b88b7ac7e45a7b610293379f1cf63f6501 (patch)
tree1ebcd79b92ebe260bb2ef28eaa10950d90b39386 /Lib/platform.py
parent9e0dc960d74e0d21062ceb313f833a873ad0cadd (diff)
downloadcpython-git-4b86f8b88b7ac7e45a7b610293379f1cf63f6501.tar.gz
Fix grammar in docstrings
Diffstat (limited to 'Lib/platform.py')
-rwxr-xr-xLib/platform.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/platform.py b/Lib/platform.py
index e5bc7719aa..867e0b6c33 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