]> 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:25:56 +0000 (02:25 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2019 09:25:56 +0000 (02:25 -0700)
(cherry picked from commit 5dfbb4d50333e7a91fc0cd8c03a2f2f2cf56dbd9)

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

index 80dca65fd353f84e2df2fe6ee4222fe028a19334..e86a582a01cf44f2137852c923d3d1fddff0e9f3 100644 (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