Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a4ea3d + 4974705 commit 010a948Copy full SHA for 010a948
1 file changed
Modules/_collectionsmodule.c
@@ -1002,7 +1002,7 @@ static PyMethodDef deque_methods[] = {
1002
PyDoc_STRVAR(deque_doc,
1003
"deque(iterable[, maxlen]) --> deque object\n\
1004
\n\
1005
-Build an ordered collection accessible from endpoints only.");
+Build an ordered collection with optimized access from its endpoints.");
1006
1007
static PyTypeObject deque_type = {
1008
PyVarObject_HEAD_INIT(NULL, 0)
0 commit comments