From: Hansraj Das Date: Tue, 8 Oct 2019 08:56:07 +0000 (+0530) Subject: Fix typo in _warnings.warn_explicit() docstring (GH-16625) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5dfbb4d50333e7a91fc0cd8c03a2f2f2cf56dbd9;p=python Fix typo in _warnings.warn_explicit() docstring (GH-16625) --- diff --git a/Python/_warnings.c b/Python/_warnings.c index ecee399db6..dd2b072d41 100644 --- a/Python/_warnings.c +++ b/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