From: Brett Cannon Date: Fri, 21 Jun 2013 01:30:32 +0000 (-0400) Subject: Grammatical mistake in a comment X-Git-Tag: v3.4.0a1~440 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83358c9f132b2d16b72cd1ed1430926f35296829;p=thirdparty%2FPython%2Fcpython.git Grammatical mistake in a comment --- diff --git a/Modules/zipimport.c b/Modules/zipimport.c index 56e5c4c7a994..603efd6bbaad 100644 --- a/Modules/zipimport.c +++ b/Modules/zipimport.c @@ -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) {