[Python-checkins] r64435 - in python/trunk/Doc/library: commands.rst stdtypes.rst

andrew.kuchling python-checkins at python.org
Sat Jun 21 01:14:33 CEST 2008


Author: andrew.kuchling
Date: Sat Jun 21 01:14:32 2008
New Revision: 64435

Log:
Grammar fixes

Modified:
   python/trunk/Doc/library/commands.rst
   python/trunk/Doc/library/stdtypes.rst

Modified: python/trunk/Doc/library/commands.rst
==============================================================================
--- python/trunk/Doc/library/commands.rst	(original)
+++ python/trunk/Doc/library/commands.rst	Sat Jun 21 01:14:32 2008
@@ -47,7 +47,7 @@
    the argument.
 
    .. deprecated:: 2.6
-      This function is nonobvious and useless, also the name is misleading in the
+      This function is nonobvious and useless.  The name is also misleading in the
       presence of :func:`getstatusoutput`.
 
 

Modified: python/trunk/Doc/library/stdtypes.rst
==============================================================================
--- python/trunk/Doc/library/stdtypes.rst	(original)
+++ python/trunk/Doc/library/stdtypes.rst	Sat Jun 21 01:14:32 2008
@@ -2185,7 +2185,7 @@
 
 .. attribute:: file.errors
 
-   The Unicode error handler used to along with the encoding.
+   The Unicode error handler used along with the encoding.
 
    .. versionadded:: 2.6
 


More information about the Python-checkins mailing list