From fc1a143558dcbd0ed06ab65e9af1e96f2f7509ab Mon Sep 17 00:00:00 2001 From: Justin Yulli Kim Date: Mon, 16 Jul 2012 00:00:10 -0400 Subject: [PATCH] Capitalise the beginning of a sentence --- earwigbot/commands/afc_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earwigbot/commands/afc_report.py b/earwigbot/commands/afc_report.py index d26f44b..9540b82 100644 --- a/earwigbot/commands/afc_report.py +++ b/earwigbot/commands/afc_report.py @@ -41,7 +41,7 @@ class AFCReport(Command): return if not data.args: - msg = "what submission do you want me to give information about?" + msg = "What submission do you want me to give information about?" self.reply(data, msg) return