From 83358c9f132b2d16b72cd1ed1430926f35296829 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 20 Jun 2013 21:30:32 -0400 Subject: Grammatical mistake in a comment --- Modules/zipimport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/zipimport.c b/Modules/zipimport.c index 56e5c4c..603efd6 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) { -- cgit v0.12