Skip to content

Commit a1471e2

Browse files
committed
Fix spelling
1 parent abbaeee commit a1471e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/PythonEngine.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -4436,7 +4436,7 @@ procedure TPythonTraceback.Clear;
44364436
* This method is automatically called by the Exec/Eval methods of
44374437
* TPythonEngine. But if you use the Python core API, then don't
44384438
* forget to refresh the traceback yourself. Or much better,
4439-
* simply use the method CheckError wich will call PyErr_Print,
4439+
* simply use the method CheckError which will call PyErr_Print,
44404440
* Traceback.Refresh and RaiseError for you.
44414441
}
44424442
procedure TPythonTraceback.Refresh(pytraceback: PPyObject);

0 commit comments

Comments
 (0)