mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Grammatical mistake in a comment
This commit is contained in:
parent
f862dc53e8
commit
83358c9f13
1 changed files with 1 additions and 1 deletions
|
@ -1258,7 +1258,7 @@ normalize_line_endings(PyObject *source)
|
|||
}
|
||||
|
||||
/* Given a string buffer containing Python source code, compile it
|
||||
return and return a code object as a new reference. */
|
||||
and return a code object as a new reference. */
|
||||
static PyObject *
|
||||
compile_source(PyObject *pathname, PyObject *source)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue