Skip to content

Commit

Permalink
Fix typo in _warnings.warn_explicit() docstring (pythonGH-16625)
Browse files Browse the repository at this point in the history
  • Loading branch information
hansrajdas authored and vstinner committed Oct 8, 2019
1 parent 0d3fe8a commit 5dfbb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/_warnings.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5dfbb4d

Please sign in to comment.