Browse Source

Capitalize "your".

pull/8/merge
Ben Kurtovic 11 years ago
parent
commit
2a5c102525
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      commands/geolocate.py

+ 1
- 1
commands/geolocate.py View File

@@ -55,7 +55,7 @@ class Geolocate(Command):
try: try:
address = gethostbyname(data.host) address = gethostbyname(data.host)
except socket_error: 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)) self.reply(data, msg.format(data.host))
return return
if not self.is_ip(address): if not self.is_ip(address):


Loading…
Cancel
Save