There was an error while loading. Please reload this page.
1 parent bfb5f9a commit 13bc152Copy full SHA for 13bc152
1 file changed
Python/_warnings.c
@@ -1213,7 +1213,7 @@ _PyErr_WarnUnawaitedCoroutine(PyObject *coro)
1213
}
1214
1215
PyDoc_STRVAR(warn_explicit_doc,
1216
-"Low-level inferface to warnings functionality.");
+"Low-level interface to warnings functionality.");
1217
1218
static PyMethodDef warnings_functions[] = {
1219
WARNINGS_WARN_METHODDEF
0 commit comments