summaryrefslogtreecommitdiff
path: root/Python/_warnings.c
diff options
context:
space:
mode:
authorHansraj Das <raj.das.136@gmail.com>2019-10-08 14:26:07 +0530
committerVictor Stinner <vstinner@python.org>2019-10-08 10:56:07 +0200
commit5dfbb4d50333e7a91fc0cd8c03a2f2f2cf56dbd9 (patch)
tree34586079a7e6d748ed307e79cd85340b4a50db1d /Python/_warnings.c
parent0d3fe8ae4961bf551e7d5e42559e2ede1a08fd7c (diff)
downloadcpython-git-5dfbb4d50333e7a91fc0cd8c03a2f2f2cf56dbd9.tar.gz
Fix typo in _warnings.warn_explicit() docstring (GH-16625)
Diffstat (limited to 'Python/_warnings.c')
-rw-r--r--Python/_warnings.c2
1 files changed, 1 insertions, 1 deletions
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