We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65acca5 commit 7e2ca3bCopy full SHA for 7e2ca3b
make.py
@@ -189,7 +189,7 @@ def get_tool_path(relpath, checkfunc):
189
python_desc = 'Python programming language with standard library'
190
return """## WinPython %s
191
192
-The following packages are included in WinPython-%s v%s%s.
+The following packages are included in WinPython-%sbit v%s%s.
193
194
### Tools
195
@@ -220,7 +220,7 @@ def python_dir(self):
220
@property
221
def winpy_arch(self):
222
"""Return WinPython architecture"""
223
- return '%dbit' % self.distribution.architecture
+ return '%d' % self.distribution.architecture
224
225
226
def pyqt_arch(self):
0 commit comments