mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix typo in _warnings.warn_explicit() docstring (GH-16625)
This commit is contained in:
parent
0d3fe8ae49
commit
5dfbb4d503
1 changed files with 1 additions and 1 deletions
|
@ -1305,7 +1305,7 @@ _PyErr_WarnUnawaitedCoroutine(PyObject *coro)
|
|||
}
|
||||
|
||||
PyDoc_STRVAR(warn_explicit_doc,
|
||||
"Low-level inferface to warnings functionality.");
|
||||
"Low-level interface to warnings functionality.");
|
||||
|
||||
static PyMethodDef warnings_functions[] = {
|
||||
WARNINGS_WARN_METHODDEF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue