diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-11-21 04:22:22 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-11-21 04:22:22 (GMT) |
commit | 99b6f283515f783afb0acfda09b354eb9feff008 (patch) | |
tree | 1229e8e4dac21cf929ff8a504aa30de4fbd3b369 /Doc/library/functions.rst | |
parent | ceccc8562083292d764499e9ed45938f9fb50a1e (diff) | |
parent | 357ed2e57703a92faaae1236813a6d3e2b3d910f (diff) | |
download | cpython-99b6f283515f783afb0acfda09b354eb9feff008.zip cpython-99b6f283515f783afb0acfda09b354eb9feff008.tar.gz cpython-99b6f283515f783afb0acfda09b354eb9feff008.tar.bz2 |
Merge doc fixups from 3.5
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r-- | Doc/library/functions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index c4fcd98..b4ad150 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -959,7 +959,7 @@ are always available. They are listed here in alphabetical order. the list of supported encodings. *errors* is an optional string that specifies how encoding and decoding - errors are to be handled--this cannot be used in binary mode. + errors are to be handled—this cannot be used in binary mode. A variety of standard error handlers are available (listed under :ref:`error-handlers`), though any error handling name that has been registered with |