Skip to content

Commit 117077d

Browse files
Merge remote-tracking branch 'matthias/growable-ring-buffer' into growable-ring-buffer
2 parents 26f8e60 + 8c9f61a commit 117077d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_collectionsmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1833,7 +1833,7 @@ static PyMethodDef deque_methods[] = {
18331833
DEQUE_ROTATE_METHODDEF
18341834
DEQUE___SIZEOF___METHODDEF
18351835
{"__class_getitem__", Py_GenericAlias,
1836-
METH_O|METH_CLASS, PyDoc_STR("See PEP <placeholder>")},
1836+
METH_O|METH_CLASS, PyDoc_STR("See PEP 585")},
18371837
{NULL, NULL} /* sentinel */
18381838
};
18391839

0 commit comments

Comments
 (0)