#6224: s/JPython/Jython/, and remove one link to a module nine years old.

This commit is contained in:
Georg Brandl 2009-06-06 18:21:58 +00:00
parent e3b9b5e4ed
commit 18187e2167
4 changed files with 6 additions and 9 deletions

View file

@ -6308,7 +6308,7 @@ unicode_center(PyUnicodeObject *self, PyObject *args)
/* This code should go into some future Unicode collation support
module. The basic comparison should compare ordinals on a naive
basis (this is what Java does and thus JPython too). */
basis (this is what Java does and thus Jython too). */
/* speedy UTF-16 code point order comparison */
/* gleaned from: */