blueloveTH 1 year ago
parent
commit
a71a6f81a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/public/modules.c

+ 1 - 1
src/public/modules.c

@@ -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;
 }