summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-01-08 18:09:29 -0500
committerR David Murray <rdmurray@bitdance.com>2014-01-08 18:09:29 -0500
commit78ee3289e991882d803be4cb0dd6b4005f82cbb1 (patch)
tree9f4da9b85bf34e64d84aff763eccafa032505637 /Doc
parentcd5ca6a564bedabd770389e4041755dc25e5de4a (diff)
downloadcpython-git-78ee3289e991882d803be4cb0dd6b4005f82cbb1.tar.gz
Fix verb tense in base64 docs, and the phrasing of a news entry.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/base64.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/base64.rst b/Doc/library/base64.rst
index 3b23e795d4..f0d11b0fa1 100644
--- a/Doc/library/base64.rst
+++ b/Doc/library/base64.rst
@@ -103,7 +103,7 @@ The modern interface provides:
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 byte string is returned. A :exc:`binascii.Error` is raised if *s* were
+ The decoded byte string is returned. A :exc:`binascii.Error` is raised if *s* is
incorrectly padded or if there are non-alphabet characters present in the
string.