mirror of
https://github.com/python/cpython.git
synced 2025-07-31 23:23:11 +00:00
Doc: fix typo in IncrementalDecoder.setstate (GH-12724)
This commit is contained in:
parent
a9bd8925c7
commit
b5e2959b27
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ define in order to be compatible with the Python codec registry.
|
||||||
|
|
||||||
.. method:: setstate(state)
|
.. method:: setstate(state)
|
||||||
|
|
||||||
Set the state of the encoder to *state*. *state* must be a decoder state
|
Set the state of the decoder to *state*. *state* must be a decoder state
|
||||||
returned by :meth:`getstate`.
|
returned by :meth:`getstate`.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue