GitHub: Fix typo.

master
Valentin Lorentz 2013-10-20 06:59:27 +00:00
parent 2208f05eb6
commit 38b0b4a9fe
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ else:
class GithubCallback(httpserver.SupyHTTPServerCallback): class GithubCallback(httpserver.SupyHTTPServerCallback):
name = "GitHub announce callback" name = "GitHub announce callback"
defaultResponse = _(""" defaultResponse = _("""
You shouldn't be there, this subfolder is not for you. Go back to the You shouldn't be here, this subfolder is not for you. Go back to the
index and try out other plugins (if any).""") index and try out other plugins (if any).""")
def doPost(self, handler, path, form): def doPost(self, handler, path, form):
if not handler.address_string().endswith('.rs.github.com') and \ if not handler.address_string().endswith('.rs.github.com') and \