Commit 4b86f8b8 authored by Neal Norwitz's avatar Neal Norwitz

Fix grammar in docstrings

parent 9e0dc960
...@@ -1316,7 +1316,7 @@ def python_version_tuple(): ...@@ -1316,7 +1316,7 @@ def python_version_tuple():
def python_branch(): def python_branch():
""" Returns a strings identifying the Python implementation """ Returns a string identifying the Python implementation
branch. branch.
For CPython this is the Subversion branch from which the For CPython this is the Subversion branch from which the
...@@ -1329,7 +1329,7 @@ def python_branch(): ...@@ -1329,7 +1329,7 @@ def python_branch():
def python_revision(): def python_revision():
""" Returns a strings identifying the Python implementation """ Returns a string identifying the Python implementation
revision. revision.
For CPython this is the Subversion revision from which the For CPython this is the Subversion revision from which the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment