Skip to content

Commit 9c4c6a9

Browse files
committed
Fix typo in init_stubs_package.py
1 parent 9c18e33 commit 9c4c6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init_stubs_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def generate_stubs() -> None:
184184
eprint('Generating intermediate stubs...')
185185
system_str = system()
186186
if system_str == 'Linux':
187-
os_id = 'win'
187+
os_id = 'linux'
188188
elif system_str == 'Darwin':
189189
os_id = 'osx'
190190
else:

0 commit comments

Comments
 (0)