We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abbaeee commit a1471e2Copy full SHA for a1471e2
Source/PythonEngine.pas
@@ -4436,7 +4436,7 @@ procedure TPythonTraceback.Clear;
4436
* This method is automatically called by the Exec/Eval methods of
4437
* TPythonEngine. But if you use the Python core API, then don't
4438
* forget to refresh the traceback yourself. Or much better,
4439
- * simply use the method CheckError wich will call PyErr_Print,
+ * simply use the method CheckError which will call PyErr_Print,
4440
* Traceback.Refresh and RaiseError for you.
4441
}
4442
procedure TPythonTraceback.Refresh(pytraceback: PPyObject);
0 commit comments