Doc: fix typo in IncrementalDecoder.setstate (GH-12724)

This commit is contained in:
Christopher Thorne 2019-04-11 07:09:29 +01:00 committed by Inada Naoki
parent a9bd8925c7
commit b5e2959b27

View file

@ -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`.