Fix a minor grammatical error.

This commit is contained in:
Brett Cannon 2009-12-13 21:25:28 +00:00
parent 85266da5d4
commit 5f4ec0451c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
Each codec module must export the following interface: Each codec module must export the following interface:
* getregentry() -> codecs.CodecInfo object * 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 incrementalencoder, incrementaldecoder, streamwriter and streamreader
atttributes which adhere to the Python Codec Interface Standard. atttributes which adhere to the Python Codec Interface Standard.