Skip to content

Commit 9524f0b

Browse files
committed
Fix typo in comment
1 parent f7c7648 commit 9524f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/opcodes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const (
136136
SET_ADD = 146
137137
MAP_ADD = 147
138138

139-
// LOAD_CLASSDEREF = 148 // New in Pytohon 3.4
139+
// LOAD_CLASSDEREF = 148 // New in Python 3.4
140140

141141
// EXCEPT_HANDLER is a special, implicit block type which is
142142
// created when entering an except handler. It is not an

0 commit comments

Comments
 (0)