Skip to content

Commit 8c9f61a

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8aeb1d7 commit 8c9f61a

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)