summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-02-02 10:17:36 -0800
committerBenjamin Peterson <benjamin@python.org>2019-02-02 10:17:36 -0800
commit6845a1b7670aeea9f5b19c3bf84aa6419f047a77 (patch)
treec0781979c4bc583ebab04ee0685bfe938d69f888
parentd507154dc2a80f171fdcd63615dd6f85a2b9e131 (diff)
downloadsix-git-6845a1b7670aeea9f5b19c3bf84aa6419f047a77.tar.gz
Add missing "as". (#276)
-rw-r--r--documentation/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index c4d1d83..6753617 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -444,7 +444,7 @@ string data in all Python versions.
.. function:: ensure_str(s, encoding='utf-8', errors='strict')
- Coerce *s* to ``str``. *encoding*, *errors* are the same
+ Coerce *s* to ``str``. *encoding*, *errors* are the same as
:meth:`py3:str.encode`