From 06abba3558f0be86134a569f9885b0edcfdbbe16 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 26 May 2008 20:43:24 +0000 Subject: [PATCH] fix minor grammar typo --- Doc/library/codecs.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.40.0