]> granicus.if.org Git - python/commitdiff
fix minor grammar typo
authorBenjamin Peterson <benjamin@python.org>
Mon, 26 May 2008 20:43:24 +0000 (20:43 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 26 May 2008 20:43:24 +0000 (20:43 +0000)
Doc/library/codecs.rst

index 121dd281efdd88b6cc8a1bce7e1bdc34fefb5fd9..87aceda7e05e8fd485d35a936d7a65f77cb6f05f 100644 (file)
@@ -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