Kaydet (Commit) 431f0294 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Consistent tense.

üst 10f40a6b
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment