Fix typos in comment and documentation
This commit is contained in:
parent
b7880b067b
commit
186b204997
|
@ -762,7 +762,7 @@ form.
|
||||||
now are errors.
|
now are errors.
|
||||||
|
|
||||||
.. deprecated-removed:: 3.5 3.7
|
.. 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.
|
a deprecation warning and will be forbidden in Python 3.7.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2325,7 +2325,7 @@ exit:
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Positional arguments are obj followed args. */
|
/* Positional arguments are obj followed by args. */
|
||||||
PyObject *
|
PyObject *
|
||||||
_PyObject_Call_Prepend(PyObject *func,
|
_PyObject_Call_Prepend(PyObject *func,
|
||||||
PyObject *obj, PyObject *args, PyObject *kwargs)
|
PyObject *obj, PyObject *args, PyObject *kwargs)
|
||||||
|
|
Loading…
Reference in New Issue