Skip to content

Commit c1c9af7

Browse files
committed
typo
1 parent 19c4929 commit c1c9af7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pypcode/pypcode_native.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class OpCode:
116116
@property
117117
def name(self) -> str: ...
118118
@property
119-
def value(self) -> str: ...
119+
def value(self) -> int: ...
120120
def __init__(self, *args, **kwargs) -> None: ...
121121
def __eq__(self, other) -> Any: ...
122122
def __ge__(self, other) -> Any: ...

0 commit comments

Comments
 (0)