Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1316418

Browse files
authored
[stubsabot] Fix typo in name "Linux" (#14705)
1 parent 6937a9b commit 1316418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/stubsabot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async def with_extracted_archive(
204204
with zipfile.ZipFile(body) as zf:
205205
return handler(zf)
206206
elif packagetype == "sdist":
207-
# sdist defaults to `.tar.gz` on Lunix and to `.zip` on Windows:
207+
# sdist defaults to `.tar.gz` on Linux and to `.zip` on Windows:
208208
# https://docs.python.org/3.11/distutils/sourcedist.html
209209
if release_to_download.filename.endswith(".tar.gz"):
210210
with tarfile.open(fileobj=body, mode="r:gz") as zf:

0 commit comments

Comments
 (0)