]> granicus.if.org Git - python/commitdiff
Fix a minor grammatical error.
authorBrett Cannon <bcannon@gmail.com>
Sun, 13 Dec 2009 21:25:28 +0000 (21:25 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 13 Dec 2009 21:25:28 +0000 (21:25 +0000)
Lib/encodings/__init__.py

index d72eae93281f2ab4cf7e8a624760e576477112d5..b189bd9793ed07d63d76ec5cc2e7c8438d29552e 100644 (file)
@@ -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.