From: Benjamin Peterson Date: Mon, 26 May 2008 20:43:24 +0000 (+0000) Subject: fix minor grammar typo X-Git-Tag: v2.6b1~227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06abba3558f0be86134a569f9885b0edcfdbbe16;p=python fix minor grammar typo --- diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 121dd281ef..87aceda7e0 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -295,7 +295,8 @@ Codec Base Classes ------------------ The :mod:`codecs` module defines a set of base classes which define the -interface and can also be used to easily write you own codecs for use in Python. +interface and can also be used to easily write your own codecs for use in +Python. Each codec has to define four interfaces to make it usable as codec in Python: stateless encoder, stateless decoder, stream reader and stream writer. The