From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 8 Oct 2019 09:16:06 +0000 (-0700) Subject: Fix typo in _warnings.warn_explicit() docstring (GH-16625) X-Git-Tag: v3.8.0~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa9d5b8ec33fd647ed9a0fe113e60ff826bea49a;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 0b192580e107..e02d28305126 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