Skip to content

Commit 7ddc1ea

Browse files
authored
Improve _typing.__doc__ (#107908)
1 parent ee40b3e commit 7ddc1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_typingmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ static PyMethodDef typing_methods[] = {
4040
};
4141

4242
PyDoc_STRVAR(typing_doc,
43-
"Accelerators for the typing module.\n");
43+
"Primitives and accelerators for the typing module.\n");
4444

4545
static int
4646
_typing_exec(PyObject *m)

0 commit comments

Comments
 (0)