commit | 2a47c0fa23a3b84d767ee846f93f98aee7e2f5c3 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Jan 29 00:53:41 2002 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Jan 29 00:53:41 2002 +0000 |
tree | 523699ec8462b44cfe31c02754164f6534716855 | |
parent | 4fd5a06580c2b03f0252553e4024f168ea054353 [diff] [blame] |
Fix spelling mistakes. Bugfix candidates.
diff --git a/Objects/rangeobject.c b/Objects/rangeobject.c index 5095e52..da791fa 100644 --- a/Objects/rangeobject.c +++ b/Objects/rangeobject.c
@@ -190,7 +190,7 @@ { if (PyErr_Warn(PyExc_DeprecationWarning, - "xrange object comparision is deprecated; " + "xrange object comparison is deprecated; " "convert to list instead") < 0) return -1;