Commit 5dfbb4d5 authored by Hansraj Das's avatar Hansraj Das Committed by Victor Stinner

Fix typo in _warnings.warn_explicit() docstring (GH-16625)

parent 0d3fe8ae
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment