File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -554,19 +554,19 @@ define in order to be compatible with the Python codec registry.
554
554
if necessary, to reset the encoder and to get the output.
555
555
556
556
557
- .. method :: IncrementalEncoder. getstate()
557
+ .. method :: getstate()
558
558
559
- Return the current state of the encoder which must be an integer. The
560
- implementation should make sure that ``0 `` is the most common state. (States
561
- that are more complicated than integers can be converted into an integer by
562
- marshaling/pickling the state and encoding the bytes of the resulting string
563
- into an integer).
559
+ Return the current state of the encoder which must be an integer. The
560
+ implementation should make sure that ``0 `` is the most common
561
+ state. (States that are more complicated than integers can be converted
562
+ into an integer by marshaling/pickling the state and encoding the bytes
563
+ of the resulting string into an integer).
564
564
565
565
566
- .. method :: IncrementalEncoder. setstate(state)
566
+ .. method :: setstate(state)
567
567
568
- Set the state of the encoder to *state *. *state * must be an encoder state
569
- returned by :meth: `getstate `.
568
+ Set the state of the encoder to *state *. *state * must be an encoder state
569
+ returned by :meth: `getstate `.
570
570
571
571
572
572
.. _incremental-decoder-objects :
You can’t perform that action at this time.
0 commit comments