mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix a minor grammatical error.
This commit is contained in:
parent
85266da5d4
commit
5f4ec0451c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
Each codec module must export the following interface:
|
||||
|
||||
* getregentry() -> codecs.CodecInfo object
|
||||
The getregentry() API must a CodecInfo object with encoder, decoder,
|
||||
The getregentry() API must return a CodecInfo object with encoder, decoder,
|
||||
incrementalencoder, incrementaldecoder, streamwriter and streamreader
|
||||
atttributes which adhere to the Python Codec Interface Standard.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue