Commit b5e2959b authored by Christopher Thorne's avatar Christopher Thorne Committed by Inada Naoki

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

parent a9bd8925
......@@ -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`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment