From fd7174161f23d2ac6f54c0732b1eda7959fbf8f1 Mon Sep 17 00:00:00 2001 From: Jordan Snelling Date: Wed, 23 Oct 2013 17:27:18 +0100 Subject: [PATCH] fix typos --- shortutils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shortutils.py b/shortutils.py index 9f93dda..577e582 100644 --- a/shortutils.py +++ b/shortutils.py @@ -57,7 +57,7 @@ def pil(phenny, input): u = input.group(2).strip() + ", " else: u = "" - phenny.say(u + "Someone thinks you need to brush up on or learn Lua, please go to: http://lua.org/pil/") + phenny.say(u + "someone thinks you need to brush up on or learn Lua, please go to: http://lua.org/pil/") pil.commands = ['pil'] @@ -71,6 +71,6 @@ def git(phenny, input): u = input.group(2).strip() + ", " else: u = "" - phenny.say(u + "Someone thinks you need to brush up on or learn Git, please go to: http://git-scm.com/book/") + phenny.say(u + "someone thinks you need to brush up on or learn Git, please go to: http://git-scm.com/book/") git.commands = ['git'] \ No newline at end of file