]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix invalid bytes for UTF-8
authorÉric Araujo <merwok@netwok.org>
Fri, 3 Sep 2010 22:03:10 +0000 (22:03 +0000)
committerÉric Araujo <merwok@netwok.org>
Fri, 3 Sep 2010 22:03:10 +0000 (22:03 +0000)
Modules/_heapqmodule.c

index 366fb3d51cb1b64a0bfde05727fbdba7c8aa003c..fd0ecac287ebc0e2ea89bb1433f8596345906009 100644 (file)
@@ -2,7 +2,7 @@
 
 C implementation derived directly from heapq.py in Py2.3
 which was written by Kevin O'Connor, augmented by Tim Peters,
-annotated by François Pinard, and converted to C by Raymond Hettinger.
+annotated by François Pinard, and converted to C by Raymond Hettinger.
 
 */