Skip to content

Commit faf29b3

Browse files
committed
Typo
1 parent 9d99044 commit faf29b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
if os.path.isdir('dist'):
2929
os.system(f'python -m twine upload dist/*')
3030
else:
31-
raise FileNotFoundError('Not distribution been found, execute build.py pip')
31+
raise FileNotFoundError('Not distribution has been found, execute build.py pip')
3232

3333
elif mode == 'gource':
3434
os.system('gource -s 0.25 --title pygame-menu --disable-auto-rotate --key '

0 commit comments

Comments
 (0)