Skip to content

Commit

Permalink
Fixed typo flagged by pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FredStober committed May 8, 2024
1 parent e69a4d5 commit 2b8e998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/make_zipapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def get_dependencies(whl, version):
platforms = []
platform_positions = WheelDownloader._marker_at(markers, "sys_platform")
deleted = 0
for pos in platform_positions: # can only be ore meaningfully
for pos in platform_positions: # can only be more meaningfully
platform = f"{markers[pos][1].value}{markers[pos][2].value}"
deleted += WheelDownloader._del_marker_at(markers, pos - deleted)
platforms.append(platform)
Expand Down

0 comments on commit 2b8e998

Please sign in to comment.