Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a1471e2

Browse filesBrowse files
committed
Fix spelling
1 parent abbaeee commit a1471e2
Copy full SHA for a1471e2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Source/PythonEngine.pas

Copy file name to clipboardExpand all lines: Source/PythonEngine.pas
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.