Improve `_typing.__doc__` (#107908)

This commit is contained in:
Nikita Sobolev 2023-08-13 12:24:59 +03:00 committed by GitHub
parent ee40b3e20d
commit 7ddc1eaff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)