We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3fe8a commit 5dfbb4dCopy full SHA for 5dfbb4d
1 file changed
Python/_warnings.c
@@ -1305,7 +1305,7 @@ _PyErr_WarnUnawaitedCoroutine(PyObject *coro)
1305
}
1306
1307
PyDoc_STRVAR(warn_explicit_doc,
1308
-"Low-level inferface to warnings functionality.");
+"Low-level interface to warnings functionality.");
1309
1310
static PyMethodDef warnings_functions[] = {
1311
WARNINGS_WARN_METHODDEF
0 commit comments