mirror of https://github.com/python/cpython
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…
Reference in New Issue