Skip to content

Commit ae78ecc

Browse files
hongmengningyouknowone
authored andcommitted
Add missing symbols in exceptions.rs
1 parent dd06516 commit ae78ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/exceptions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl PyPayload for PyBaseException {
4444
}
4545

4646
impl VirtualMachine {
47-
// Why `impl VirtualMachine?
47+
// Why `impl VirtualMachine`?
4848
// These functions are natively free function in CPython - not methods of PyException
4949

5050
/// Print exception chain by calling sys.excepthook

0 commit comments

Comments
 (0)