Missing space

This commit is contained in:
James Vega 2004-09-04 05:52:07 +00:00
parent 977a33a43f
commit 6c6da438a1
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ class Sourceforge(callbacks.PrivmsgCommandAndRegexp):
try: try:
int(project) int(project)
s = 'Use the tracker command to get information about a specific'\ s = 'Use the tracker command to get information about a specific'\
'tracker.' ' tracker.'
irc.error(s) irc.error(s)
return return
except ValueError: except ValueError: