mirror of https://github.com/python/cpython.git
Doc: fix typo in IncrementalDecoder.setstate (GH-12724)
This commit is contained in:
parent
a9bd8925c7
commit
b5e2959b27
|
@ -638,7 +638,7 @@ define in order to be compatible with the Python codec registry.
|
|||
|
||||
.. 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`.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue