Skip to content

Commit 134e2f8

Browse files
[3.13] Docs: Replace "encoder" with "decoder" in Doc/c-api/codec.rst (GH-140613) (#140662)
Docs: Replace "encoder" with "decoder" in `Doc/c-api/codec.rst` (GH-140613) (cherry picked from commit d12086e) Co-authored-by: RayXu <[email protected]>
1 parent 15f92e6 commit 134e2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/codec.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Codec registry and support functions
3939
*object* is passed through the decoder function found for the given
4040
*encoding* using the error handling method defined by *errors*. *errors* may
4141
be ``NULL`` to use the default method defined for the codec. Raises a
42-
:exc:`LookupError` if no encoder can be found.
42+
:exc:`LookupError` if no decoder can be found.
4343
4444
4545
Codec lookup API

0 commit comments

Comments
 (0)