Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
'a', not 'the'
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydb committed Nov 25, 2016
1 parent 82d3531 commit cfc9fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pneumatic/uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, username, password):
# Initialize colorama
init()

print('\n\033[36mWelcome to pneumatic, the bulk uploader for DocumentCloud.\n' +
print('\n\033[36mWelcome to pneumatic, a bulk uploader for DocumentCloud.\n' +
'\n\033[0mInitializing ...')
if self.credential_test() == 200:
pass
Expand Down

0 comments on commit cfc9fc8

Please sign in to comment.