From: Andrew M. Kuchling Date: Fri, 20 Jun 2008 23:14:32 +0000 (+0000) Subject: Grammar fixes X-Git-Tag: v2.6b2~210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f839b66cf51c96d3a260c4f49a57859cdf1b5c12;p=python Grammar fixes --- diff --git a/Doc/library/commands.rst b/Doc/library/commands.rst index a221fb550a..84ef257a37 100644 --- a/Doc/library/commands.rst +++ b/Doc/library/commands.rst @@ -47,7 +47,7 @@ The :mod:`commands` module defines the following functions: 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`. diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 64d3c32f39..af537aa4ca 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -2185,7 +2185,7 @@ the particular object. .. 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