Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_typing.__doc__
1 parent ee40b3e commit 7ddc1eaCopy full SHA for 7ddc1ea
1 file changed
Modules/_typingmodule.c
@@ -40,7 +40,7 @@ static PyMethodDef typing_methods[] = {
40
};
41
42
PyDoc_STRVAR(typing_doc,
43
-"Accelerators for the typing module.\n");
+"Primitives and accelerators for the typing module.\n");
44
45
static int
46
_typing_exec(PyObject *m)
0 commit comments