Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Mar 8, 2023
1 parent 9d99044 commit faf29b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Expand Up @@ -28,7 +28,7 @@
if os.path.isdir('dist'):
os.system(f'python -m twine upload dist/*')
else:
raise FileNotFoundError('Not distribution been found, execute build.py pip')
raise FileNotFoundError('Not distribution has been found, execute build.py pip')

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

0 comments on commit faf29b3

Please sign in to comment.