Fix spelling mistakes. Bugfix candidates.

This commit is contained in:
Neal Norwitz 2002-01-29 00:53:41 +00:00
parent 4fd5a06580
commit 2a47c0fa23
4 changed files with 6 additions and 6 deletions

View file

@ -190,7 +190,7 @@ range_compare(rangeobject *r1, rangeobject *r2)
{
if (PyErr_Warn(PyExc_DeprecationWarning,
"xrange object comparision is deprecated; "
"xrange object comparison is deprecated; "
"convert to list instead") < 0)
return -1;