]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Grammatical mistake in a comment
authorBrett Cannon <brett@python.org>
Fri, 21 Jun 2013 01:30:32 +0000 (21:30 -0400)
committerBrett Cannon <brett@python.org>
Fri, 21 Jun 2013 01:30:32 +0000 (21:30 -0400)
Modules/zipimport.c

index 56e5c4c7a9946d86d7cfa6e7a25a9befca929248..603efd6bbaad70e607186448593dce25e9d0a6f0 100644 (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)
 {