Commit b4ef81c9 authored by Brett Cannon's avatar Brett Cannon

Fix a minor grammatical error.

parent e204cc84
...@@ -10,7 +10,7 @@ ...@@ -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.
......
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