Skip to content

Commit 5dfbb4d

Browse files
hansrajdasvstinner
authored andcommitted
Fix typo in _warnings.warn_explicit() docstring (GH-16625)
1 parent 0d3fe8a commit 5dfbb4d

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
@@ -1305,7 +1305,7 @@ _PyErr_WarnUnawaitedCoroutine(PyObject *coro)
13051305
}
13061306

13071307
PyDoc_STRVAR(warn_explicit_doc,
1308-
"Low-level inferface to warnings functionality.");
1308+
"Low-level interface to warnings functionality.");
13091309

13101310
static PyMethodDef warnings_functions[] = {
13111311
WARNINGS_WARN_METHODDEF

0 commit comments

Comments
 (0)