Browse Source

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

pull/16646/head
Hansraj Das 6 years ago
committed by Victor Stinner
parent
commit
5dfbb4d503
  1. 2
      Python/_warnings.c

2
Python/_warnings.c

@ -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…
Cancel
Save