Skip to content

Commit 05e89bb

Browse files
hugovksethmlarson
authored andcommitted
Remove space from '32 -bit'
1 parent a152ba9 commit 05e89bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

add-to-pydotorg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def get_file_descriptions(release):
116116
rx(r"-embed-win32\.zip$"),
117117
("Windows embeddable package (32-bit)", 1, False, ""),
118118
),
119-
(rx(r"\.exe$"), ("Windows installer (32 -bit)", 1, v < (3, 9), "")),
119+
(rx(r"\.exe$"), ("Windows installer (32-bit)", 1, v < (3, 9), "")),
120120
(rx(r"\.chm$"), ("Windows help file", 1, False, "")),
121121
(
122122
rx(r"-macosx10\.5(_rev\d)?\.(dm|pk)g$"),

0 commit comments

Comments
 (0)