]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in _warnings.warn_explicit() docstring (GH-16625)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Oct 2019 09:16:06 +0000 (02:16 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2019 09:16:06 +0000 (02:16 -0700)
(cherry picked from commit 5dfbb4d50333e7a91fc0cd8c03a2f2f2cf56dbd9)

Co-authored-by: Hansraj Das <raj.das.136@gmail.com>
Python/_warnings.c

index 0b192580e1073ed4cbb09ebcab782ca00466d780..e02d28305126dfbe98d2d7715819a9bb41ac1f85 100644 (file)
@@ -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