From 4b86f8b88b7ac7e45a7b610293379f1cf63f6501 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sat, 13 Jan 2007 21:22:37 +0000 Subject: [PATCH] Fix grammar in docstrings --- Lib/platform.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/platform.py b/Lib/platform.py index e5bc7719aa2..867e0b6c336 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