Kaydet (Commit) 6a5c7c34 authored tarafından Andrew Svetlov's avatar Andrew Svetlov

Fix docstring for deque ctor to mark iterable parameter optional

üst c4311282
......@@ -1019,7 +1019,7 @@ static PyMethodDef deque_methods[] = {
};
PyDoc_STRVAR(deque_doc,
"deque(iterable[, maxlen]) --> deque object\n\
"deque([iterable[, maxlen]]) --> deque object\n\
\n\
Build an ordered collection with optimized access from its endpoints.");
......
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