diff options
Diffstat (limited to 'Objects/cellobject.c')
-rw-r--r-- | Objects/cellobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/cellobject.c b/Objects/cellobject.c index e2a8d29..4e0bcf8 100644 --- a/Objects/cellobject.c +++ b/Objects/cellobject.c @@ -56,7 +56,7 @@ cell_compare(PyCellObject *a, PyCellObject *b) { /* Py3K warning for comparisons */ if (PyErr_WarnPy3k("cell comparisons not supported in 3.x", - 1) < 0) { + 1) < 0) { return -2; } |