Skip to content

Commit e018ad6

Browse files
authored
General object for sys.ps1 and sys.ps2 (#6139)
1 parent 90f6727 commit e018ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/sys.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ if sys.version_info >= (3, 9):
7070
prefix: str
7171
if sys.version_info >= (3, 8):
7272
pycache_prefix: str | None
73-
ps1: str
74-
ps2: str
73+
ps1: object
74+
ps2: object
7575
stdin: TextIO
7676
stdout: TextIO
7777
stderr: TextIO

0 commit comments

Comments
 (0)