summaryrefslogtreecommitdiffstats
path: root/Modules/zipimport.c
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-06-21 01:30:32 (GMT)
committerBrett Cannon <brett@python.org>2013-06-21 01:30:32 (GMT)
commit83358c9f132b2d16b72cd1ed1430926f35296829 (patch)
treeb0156211b84284d543d5d6191867d0bad68ec555 /Modules/zipimport.c
parentf862dc53e873e6fd655aa2872cc0081ab8d43e91 (diff)
downloadcpython-83358c9f132b2d16b72cd1ed1430926f35296829.zip
cpython-83358c9f132b2d16b72cd1ed1430926f35296829.tar.gz
cpython-83358c9f132b2d16b72cd1ed1430926f35296829.tar.bz2
Grammatical mistake in a comment
Diffstat (limited to 'Modules/zipimport.c')
-rw-r--r--Modules/zipimport.c2
1 files changed, 1 insertions, 1 deletions
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)
{