Cleanup: spelling in comments
This commit is contained in:
@@ -25,7 +25,7 @@ static const char *traceback_filepath(PyTracebackObject *tb, PyObject **coerce)
|
||||
return PyBytes_AS_STRING(*coerce);
|
||||
}
|
||||
|
||||
/* copied from pythonrun.c, 3.10.0 */
|
||||
/* Copied from `pythonrun.c`, 3.10.0 */
|
||||
_Py_static_string(PyId_string, "<string>");
|
||||
|
||||
static int parse_syntax_error(PyObject *err,
|
||||
|
||||
Reference in New Issue
Block a user