File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ function interfaces of the stateless encoder and decoder:
548548
549549.. class :: Codec
550550
551- .. method :: encode(input, errors='strict')
551+ .. method :: encode(input, errors='strict', / )
552552
553553 Encodes the object *input * and returns a tuple (output object, length consumed).
554554 For instance, :term: `text encoding ` converts
@@ -566,7 +566,7 @@ function interfaces of the stateless encoder and decoder:
566566 of the output object type in this situation.
567567
568568
569- .. method :: decode(input, errors='strict')
569+ .. method :: decode(input, errors='strict', / )
570570
571571 Decodes the object *input * and returns a tuple (output object, length
572572 consumed). For instance, for a :term: `text encoding `, decoding converts
You can’t perform that action at this time.
0 commit comments