]> granicus.if.org Git - python/commitdiff
Consistent tense.
authorRaymond Hettinger <python@rcn.com>
Thu, 13 Mar 2008 16:43:59 +0000 (16:43 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 13 Mar 2008 16:43:59 +0000 (16:43 +0000)
Modules/itertoolsmodule.c

index 8dd3a65f43de9ced48caa18054a8d644de437223..8c3375a81dfafeda0f3e4b0c644e3b4c2eb4cf9a 100644 (file)
@@ -3343,7 +3343,7 @@ izip_longest_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
 
        if (Py_Py3kWarningFlag &&
            PyErr_Warn(PyExc_DeprecationWarning, 
-                      "In 3.x, izip_longest() is renamed to zip_longest().") < 0)
+                      "In 3.x, izip_longest() was renamed to zip_longest().") < 0)
                return NULL;
 
         if (kwds != NULL && PyDict_CheckExact(kwds) && PyDict_Size(kwds) > 0) {