Fix tabs.

This commit is contained in:
Georg Brandl 2008-03-25 08:31:32 +00:00
parent d5b635f196
commit d65ab950c1
2 changed files with 2 additions and 2 deletions

View file

@ -1779,7 +1779,7 @@ dict_richcompare(PyObject *v, PyObject *w, int op)
else {
/* Py3K warning if comparison isn't == or != */
if (Py_Py3kWarningFlag &&
PyErr_Warn(PyExc_DeprecationWarning,
PyErr_Warn(PyExc_DeprecationWarning,
"dict inequality comparisons not supported "
"in 3.x") < 0) {
return NULL;