summaryrefslogtreecommitdiffstats
path: root/Doc/library/base64.rst
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-01-08 23:14:20 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-01-08 23:14:20 (GMT)
commitfdc58fd89753ae5e7e3680e709429e2ac9764f1e (patch)
tree4b5cddf1631d759c707a2be221fd779166054a0e /Doc/library/base64.rst
parent66bf12a58e08914847d2739a0307780a352e883d (diff)
parent78ee3289e991882d803be4cb0dd6b4005f82cbb1 (diff)
downloadcpython-fdc58fd89753ae5e7e3680e709429e2ac9764f1e.zip
cpython-fdc58fd89753ae5e7e3680e709429e2ac9764f1e.tar.gz
cpython-fdc58fd89753ae5e7e3680e709429e2ac9764f1e.tar.bz2
Merge: Fix verb tense in base64 docs, and the phrasing of a news entry.
Diffstat (limited to 'Doc/library/base64.rst')
-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 a7eed08..3d1f087 100644
--- a/Doc/library/base64.rst
+++ b/Doc/library/base64.rst
@@ -107,7 +107,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.