mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix spelling mistakes. Bugfix candidates.
This commit is contained in:
parent
4fd5a06580
commit
2a47c0fa23
4 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue