summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-10-08 09:25:56 (GMT)
committerNed Deily <nad@python.org>2019-10-14 20:57:27 (GMT)
commit89f35fa9e7c21ea725ef2ac2cc826d0a66a0d2e1 (patch)
tree3c322edbd044a7d82f728f9e4779460c7765c0a7 /Python
parentab22c8bc488e822d03c4778b30ec60131ea35c63 (diff)
downloadcpython-89f35fa9e7c21ea725ef2ac2cc826d0a66a0d2e1.zip
cpython-89f35fa9e7c21ea725ef2ac2cc826d0a66a0d2e1.tar.gz
cpython-89f35fa9e7c21ea725ef2ac2cc826d0a66a0d2e1.tar.bz2
Fix typo in _warnings.warn_explicit() docstring (GH-16625)
(cherry picked from commit 5dfbb4d50333e7a91fc0cd8c03a2f2f2cf56dbd9) Co-authored-by: Hansraj Das <raj.das.136@gmail.com>
Diffstat (limited to 'Python')
-rw-r--r--Python/_warnings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/_warnings.c b/Python/_warnings.c
index 80dca65..e86a582 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