From cfc9fc84a7f3ac85c4257e93359a3eec5dda95c3 Mon Sep 17 00:00:00 2001 From: anthonydb Date: Fri, 25 Nov 2016 10:18:31 -0500 Subject: [PATCH] 'a', not 'the' --- pneumatic/uploader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pneumatic/uploader.py b/pneumatic/uploader.py index 4ae2793..78a018a 100644 --- a/pneumatic/uploader.py +++ b/pneumatic/uploader.py @@ -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