Grammatical mistake in a comment

This commit is contained in:
Brett Cannon 2013-06-20 21:30:32 -04:00
parent f862dc53e8
commit 83358c9f13

View file

@ -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)
{