From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 8 Oct 2019 09:25:56 +0000 (-0700) Subject: Fix typo in _warnings.warn_explicit() docstring (GH-16625) X-Git-Tag: v3.7.6rc1~127 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13bc1523a7423e643d070b147596373578e2ed7e;p=thirdparty%2FPython%2Fcpython.git Fix typo in _warnings.warn_explicit() docstring (GH-16625) (cherry picked from commit 5dfbb4d50333e7a91fc0cd8c03a2f2f2cf56dbd9) Co-authored-by: Hansraj Das --- diff --git a/Python/_warnings.c b/Python/_warnings.c index 80dca65fd353..e86a582a01cf 100644 --- a/Python/_warnings.c +++ b/Python/_warnings.c @@ -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