Skip to content

Commit

Permalink
Remove space from '32 -bit'
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and sethmlarson committed Jul 23, 2024
1 parent a152ba9 commit 05e89bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-to-pydotorg.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def get_file_descriptions(release):
rx(r"-embed-win32\.zip$"),
("Windows embeddable package (32-bit)", 1, False, ""),
),
(rx(r"\.exe$"), ("Windows installer (32 -bit)", 1, v < (3, 9), "")),
(rx(r"\.exe$"), ("Windows installer (32-bit)", 1, v < (3, 9), "")),
(rx(r"\.chm$"), ("Windows help file", 1, False, "")),
(
rx(r"-macosx10\.5(_rev\d)?\.(dm|pk)g$"),
Expand Down

0 comments on commit 05e89bb

Please sign in to comment.