summaryrefslogtreecommitdiffstats
path: root/Objects/unicodeobject.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-06-06 18:21:58 (GMT)
committerGeorg Brandl <georg@python.org>2009-06-06 18:21:58 (GMT)
commit18187e2167e4d1863bbe78050078ea4f761e1dd1 (patch)
tree7c819a22946e3026c51fa3ebc29e2237aa77ae0c /Objects/unicodeobject.c
parente3b9b5e4ede02d5d85698fabc5f28af25d4d56b4 (diff)
downloadcpython-18187e2167e4d1863bbe78050078ea4f761e1dd1.zip
cpython-18187e2167e4d1863bbe78050078ea4f761e1dd1.tar.gz
cpython-18187e2167e4d1863bbe78050078ea4f761e1dd1.tar.bz2
#6224: s/JPython/Jython/, and remove one link to a module nine years old.
Diffstat (limited to 'Objects/unicodeobject.c')
-rw-r--r--Objects/unicodeobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index 3283643..c42cd0c 100644
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -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: */