Correct a typo in stdlib/2/symbol.pyi (#1607)

This commit is contained in:
rchen152
2017-09-14 14:33:20 -07:00
committed by Matthias Kramm
parent 693509bff6
commit 0bf2958257

View File

@@ -88,4 +88,4 @@ testlist1 = ... # type: int
encoding_decl = ... # type: int
yield_expr = ... # type: int
symbol = ... # type: Dict[int, str]
sym_name = ... # type: Dict[int, str]