mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
Improve _typing.__doc__ (#107908)
This commit is contained in:
parent
ee40b3e20d
commit
7ddc1eaff1
@ -40,7 +40,7 @@ static PyMethodDef typing_methods[] = {
|
||||
};
|
||||
|
||||
PyDoc_STRVAR(typing_doc,
|
||||
"Accelerators for the typing module.\n");
|
||||
"Primitives and accelerators for the typing module.\n");
|
||||
|
||||
static int
|
||||
_typing_exec(PyObject *m)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user