summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSanto Cariotti <sancn@live.com>2017-07-20 14:32:53 +0200
committerSanto Cariotti <sancn@live.com>2017-07-20 14:32:53 +0200
commitbcbe0ebabff007d3c53ce2a922c0fb7000340f3b (patch)
tree639946ee526fba482f0c3fdd2e0e0b87dbc28313 /lib
parentb34e6c27aa640e4bd4bde91d684e1e59095ba8b1 (diff)
fixed a space
Diffstat (limited to 'lib')
-rw-r--r--lib/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/app.py b/lib/app.py
index ab2f90e..f9696cd 100644
--- a/lib/app.py
+++ b/lib/app.py
@@ -9,7 +9,7 @@ class Stout(Commands):
self.user = Stout.username()
def getName(self):
- word = ' (' + self.name + ') '
+ word = ' (' + self.name + ' ) '
if self.user == '':
return word
else: