This commit is contained in:
blueloveTH 2025-01-10 13:38:52 +08:00
parent 43d22e85b3
commit a71a6f81a5

View File

@ -682,7 +682,7 @@ static bool NoneType__repr__(int argc, py_Ref argv) {
}
static bool ellipsis__repr__(int argc, py_Ref argv) {
py_newstr(py_retval(), "Ellipsis");
py_newstr(py_retval(), "...");
return true;
}