From 2a5c102525e7a0187a29cd17a9cf40bebc3fa140 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 8 Apr 2013 19:52:58 -0400 Subject: [PATCH] Capitalize "your". --- commands/geolocate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/geolocate.py b/commands/geolocate.py index 69ae0f4..89379cc 100644 --- a/commands/geolocate.py +++ b/commands/geolocate.py @@ -55,7 +55,7 @@ class Geolocate(Command): try: address = gethostbyname(data.host) except socket_error: - msg = "your hostname, \x0302{0}\x0F, is not an IP address!" + msg = "Your hostname, \x0302{0}\x0F, is not an IP address!" self.reply(data, msg.format(data.host)) return if not self.is_ip(address):