From: Brett Cannon Date: Sun, 13 Dec 2009 21:25:28 +0000 (+0000) Subject: Fix a minor grammatical error. X-Git-Tag: v3.2a1~2033 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f4ec0451cdaf2196f87894df91b50b39e0be05c;p=python Fix a minor grammatical error. --- diff --git a/Lib/encodings/__init__.py b/Lib/encodings/__init__.py index d72eae9328..b189bd9793 100644 --- a/Lib/encodings/__init__.py +++ b/Lib/encodings/__init__.py @@ -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.