Fix typos in comment and documentation

This commit is contained in:
Martin Panter 2016-12-10 05:32:55 +00:00
parent b7880b067b
commit 186b204997
2 changed files with 2 additions and 2 deletions

View File

@ -762,7 +762,7 @@ form.
now are errors.
.. deprecated-removed:: 3.5 3.7
Unknown escapes in *repl* consist of ``'\'`` and ASCII letter now raise
Unknown escapes in *repl* consisting of ``'\'`` and an ASCII letter now raise
a deprecation warning and will be forbidden in Python 3.7.

View File

@ -2325,7 +2325,7 @@ exit:
return result;
}
/* Positional arguments are obj followed args. */
/* Positional arguments are obj followed by args. */
PyObject *
_PyObject_Call_Prepend(PyObject *func,
PyObject *obj, PyObject *args, PyObject *kwargs)