Fix typo in FrameType 3.7 attributes (#2899)

This commit is contained in:
Rune Tynan
2019-04-03 17:52:34 -04:00
committed by Ivan Levkivskyi
parent a651e2f3cd
commit cb7de8adfa

View File

@@ -179,7 +179,7 @@ class FrameType:
f_locals = ... # type: Dict[str, Any]
f_trace = ... # type: Callable[[], None]
if sys.version_info >= (3, 7):
f_frace_lines: bool
f_trace_lines: bool
f_trace_opcodes: bool
def clear(self) -> None: ...