From e196650f20ece490f73ebb48cf27756d13446387 Mon Sep 17 00:00:00 2001 From: James Vega Date: Wed, 10 Dec 2003 22:55:48 +0000 Subject: [PATCH] Fixed some grammar errors --- plugins/Todo.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/Todo.py b/plugins/Todo.py index 7c8efe3b4..aa3b9d94f 100644 --- a/plugins/Todo.py +++ b/plugins/Todo.py @@ -250,9 +250,9 @@ class Todo(callbacks.Privmsg): """[--{regexp,exact}=] [] Searches the keyspace for tasks matching . If --regexp is given, - it associated value is taken as a regexp and matched against the tasks; - if --exact is given, its associated value is taken as an exact string - to match against the task. + its associated value is taken as a regexp and matched against the + tasks; if --exact is given, its associated value is taken as an exact + string to match against the tasks. """ try: id = ircdb.users.getUserId(msg.prefix)