Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Doc/c-api/codec.rst
1 parent 3416e7c commit d12086eCopy full SHA for d12086e
1 file changed
Doc/c-api/codec.rst
@@ -39,7 +39,7 @@ Codec registry and support functions
39
*object* is passed through the decoder function found for the given
40
*encoding* using the error handling method defined by *errors*. *errors* may
41
be ``NULL`` to use the default method defined for the codec. Raises a
42
- :exc:`LookupError` if no encoder can be found.
+ :exc:`LookupError` if no decoder can be found.
43
44
45
Codec lookup API
0 commit comments