diff options
Diffstat (limited to 'Lib/platform.py')
-rwxr-xr-x | Lib/platform.py | 4 |
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 |