Skip to content

Commit 13bc152

Browse files
Fix typo in _warnings.warn_explicit() docstring (GH-16625)
(cherry picked from commit 5dfbb4d) Co-authored-by: Hansraj Das <raj.das.136@gmail.com>
1 parent bfb5f9a commit 13bc152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/_warnings.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@ _PyErr_WarnUnawaitedCoroutine(PyObject *coro)
12131213
}
12141214

12151215
PyDoc_STRVAR(warn_explicit_doc,
1216-
"Low-level inferface to warnings functionality.");
1216+
"Low-level interface to warnings functionality.");
12171217

12181218
static PyMethodDef warnings_functions[] = {
12191219
WARNINGS_WARN_METHODDEF

0 commit comments

Comments
 (0)