summaryrefslogtreecommitdiff
path: root/src/core/core.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-07-14 16:00:01 +0200
committermathieui <mathieui@mathieui.net>2015-07-14 16:00:01 +0200
commit310d6630dcbb89f0df2b4014c12e871691e4155c (patch)
tree724c1eb11f17d1f4177556f778502b71b983e052 /src/core/core.py
parentc62c5b2da7781f883f53f409f56dc7d5354c46a8 (diff)
downloadpoezio-310d6630dcbb89f0df2b4014c12e871691e4155c.tar.gz
poezio-310d6630dcbb89f0df2b4014c12e871691e4155c.tar.bz2
poezio-310d6630dcbb89f0df2b4014c12e871691e4155c.tar.xz
poezio-310d6630dcbb89f0df2b4014c12e871691e4155c.zip
Fix the initial help message
Diffstat (limited to 'src/core/core.py')
-rw-r--r--src/core/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.py b/src/core/core.py
index a9ba8581..bd0b8bde 100644
--- a/src/core/core.py
+++ b/src/core/core.py
@@ -513,7 +513,7 @@ class Core(object):
'It seems that it is the first time you start poezio.\n'
'The online help is here http://doc.poez.io/\n'
'No room is joined by default, but you can join poezio’s'
- 'chatroom (with /join poezio@muc.poez.io), where you can'
+ ' chatroom (with /join poezio@muc.poez.io), where you can'
' ask for help or tell us how great it is.',
'Help')
self.refresh_window()