[Python-checkins] cpython (2.7): Fix verb tense.

r.david.murray python-checkins at python.org
Thu Jan 9 00:17:01 CET 2014


http://hg.python.org/cpython/rev/4c4ae679eec3
changeset:   88359:4c4ae679eec3
branch:      2.7
parent:      88352:5609135c6e86
user:        R David Murray <rdmurray at bitdance.com>
date:        Wed Jan 08 18:08:37 2014 -0500
summary:
  Fix verb tense.

files:
  Doc/library/base64.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/base64.rst b/Doc/library/base64.rst
--- a/Doc/library/base64.rst
+++ b/Doc/library/base64.rst
@@ -93,7 +93,7 @@
    digit 0 is always mapped to the letter O).  For security purposes the default is
    ``None``, so that 0 and 1 are not allowed in the input.
 
-   The decoded string is returned.  A :exc:`TypeError` is raised if *s* were
+   The decoded string is returned.  A :exc:`TypeError` is raised if *s* is
    incorrectly padded or if there are non-alphabet characters present in the
    string.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list