FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Improve `_typing.__doc__` (#107908) · python/cpython@7ddc1ea · GitHub

/ cpython Public

Commit 7ddc1ea

Browse files
authored
Improve _typing.__doc__ (#107908)
1 parent ee40b3e commit 7ddc1ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Modules/_typingmodule.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ static PyMethodDef typing_methods[] = {
4040
};
4141

4242
PyDoc_STRVAR(typing_doc,
43-
"Accelerators for the typing module.\n");
43+
"Primitives and accelerators for the typing module.\n");
4444

4545
static int
4646
_typing_exec(PyObject *m)

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL