Fixed some grammar errors

This commit is contained in:
James Vega 2003-12-10 22:55:48 +00:00
parent f592aab3c0
commit e196650f20
1 changed files with 3 additions and 3 deletions

View File

@ -250,9 +250,9 @@ class Todo(callbacks.Privmsg):
"""[--{regexp,exact}=<value>] [<glob>]
Searches the keyspace for tasks matching <glob>. 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)