From da0b34cd2676bda8d29723a8e62b5d99dfc43643 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Wed, 8 Jan 2014 18:08:37 -0500 Subject: [PATCH] Fix verb tense. --- Doc/library/base64.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/base64.rst b/Doc/library/base64.rst index ab85436cd6..c9ce28b85b 100644 --- a/Doc/library/base64.rst +++ b/Doc/library/base64.rst @@ -93,7 +93,7 @@ The modern interface, which was introduced in Python 2.4, 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 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. -- 2.50.1