mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Fix typo in FrameType 3.7 attributes (#2899)
This commit is contained in:
committed by
Ivan Levkivskyi
parent
a651e2f3cd
commit
cb7de8adfa
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user