mirror of
https://github.com/python/cpython.git
synced 2025-11-27 05:44:16 +00:00
Grammar fixes
This commit is contained in:
parent
c2e3270dcb
commit
f839b66cf5
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ The :mod:`commands` module defines the following functions:
|
||||||
the argument.
|
the argument.
|
||||||
|
|
||||||
.. deprecated:: 2.6
|
.. 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`.
|
presence of :func:`getstatusoutput`.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2185,7 +2185,7 @@ the particular object.
|
||||||
|
|
||||||
.. attribute:: file.errors
|
.. 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
|
.. versionadded:: 2.6
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue