diff --git a/stdlib/2and3/opcode.pyi b/stdlib/2and3/opcode.pyi index 4e72eae7a..4cc1ab03d 100644 --- a/stdlib/2and3/opcode.pyi +++ b/stdlib/2and3/opcode.pyi @@ -12,7 +12,7 @@ hascompare = ... # type: List[int] hasfree = ... # type: List[int] opname = ... # type: List[str] -opmap = ... # Dict[str, int] +opmap = ... # type: Dict[str, int] HAVE_ARGUMENT = ... # type: int EXTENDED_ARG = ... # type: int