Skip to content

Commit ec7d558

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 23352dd commit ec7d558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/code.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class InteractiveInterpreter:
2323
class InteractiveConsole(InteractiveInterpreter):
2424
buffer: list[str] # undocumented
2525
filename: str # undocumented
26-
local_exit: bool # undocumented
26+
local_exit: bool # undocumented
2727
if sys.version_info >= (3, 13):
2828
def __init__(
2929
self, locals: dict[str, Any] | None = None, filename: str = "<console>", *, local_exit: bool = False

0 commit comments

Comments
 (0)