Commit 83358c9f authored by Brett Cannon's avatar Brett Cannon

Grammatical mistake in a comment

parent f862dc53
...@@ -1258,7 +1258,7 @@ normalize_line_endings(PyObject *source) ...@@ -1258,7 +1258,7 @@ normalize_line_endings(PyObject *source)
} }
/* Given a string buffer containing Python source code, compile it /* 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 * static PyObject *
compile_source(PyObject *pathname, PyObject *source) compile_source(PyObject *pathname, PyObject *source)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment