summaryrefslogtreecommitdiffstats
path: root/Objects/cellobject.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-25 08:31:32 (GMT)
committerGeorg Brandl <georg@python.org>2008-03-25 08:31:32 (GMT)
commitd65ab950c10b0a819d99837f83f601c443fa20f0 (patch)
tree371d99de91eae3181a711a511e2c22f0be538401 /Objects/cellobject.c
parentd5b635f1969fdd609f0aff5669c9ec30e61be62e (diff)
downloadcpython-d65ab950c10b0a819d99837f83f601c443fa20f0.zip
cpython-d65ab950c10b0a819d99837f83f601c443fa20f0.tar.gz
cpython-d65ab950c10b0a819d99837f83f601c443fa20f0.tar.bz2
Fix tabs.
Diffstat (limited to 'Objects/cellobject.c')
-rw-r--r--Objects/cellobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/cellobject.c b/Objects/cellobject.c
index b86739e..46955ab 100644
--- a/Objects/cellobject.c
+++ b/Objects/cellobject.c
@@ -56,7 +56,7 @@ cell_compare(PyCellObject *a, PyCellObject *b)
{
/* Py3K warning for comparisons */
if (Py_Py3kWarningFlag &&
- PyErr_Warn(PyExc_DeprecationWarning,
+ PyErr_Warn(PyExc_DeprecationWarning,
"cell comparisons not supported in 3.x") < 0) {
return -2;
}