mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Improve _typing.__doc__
(#107908)
This commit is contained in:
parent
ee40b3e20d
commit
7ddc1eaff1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue