summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index d0c605d..c4d1d83 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
:meth:`py3:str.encode`