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

(cherry picked from commit 5dfbb4d503)

Co-authored-by: Hansraj Das <raj.das.136@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-10-08 02:25:56 -07:00 committed by GitHub
parent bfb5f9a66c
commit 13bc1523a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1213,7 +1213,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