We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d99044 commit faf29b3Copy full SHA for faf29b3
build.py
@@ -28,7 +28,7 @@
28
if os.path.isdir('dist'):
29
os.system(f'python -m twine upload dist/*')
30
else:
31
- raise FileNotFoundError('Not distribution been found, execute build.py pip')
+ raise FileNotFoundError('Not distribution has been found, execute build.py pip')
32
33
elif mode == 'gource':
34
os.system('gource -s 0.25 --title pygame-menu --disable-auto-rotate --key '
0 commit comments