Kaydet (Commit) 2c2e8270 authored tarafından Neal Norwitz's avatar Neal Norwitz

Missed one use of new PyDoc_STRVAR macro

üst 6c123efe
......@@ -1675,9 +1675,9 @@ static PySequenceMethods list_as_sequence = {
(intargfunc)list_inplace_repeat, /* sq_inplace_repeat */
};
static char list_doc[] =
PyDoc_STRVAR(list_doc,
"list() -> new list\n"
"list(sequence) -> new list initialized from sequence's items";
"list(sequence) -> new list initialized from sequence's items");
staticforward PyObject * list_iter(PyObject *seq);
......
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