Fixed some grammar errors

This commit is contained in:
James Vega 2003-12-10 22:55:48 +00:00
parent f592aab3c0
commit e196650f20

View File

@ -250,9 +250,9 @@ class Todo(callbacks.Privmsg):
"""[--{regexp,exact}=<value>] [<glob>] """[--{regexp,exact}=<value>] [<glob>]
Searches the keyspace for tasks matching <glob>. If --regexp is given, Searches the keyspace for tasks matching <glob>. If --regexp is given,
it associated value is taken as a regexp and matched against the tasks; its associated value is taken as a regexp and matched against the
if --exact is given, its associated value is taken as an exact string tasks; if --exact is given, its associated value is taken as an exact
to match against the task. string to match against the tasks.
""" """
try: try:
id = ircdb.users.getUserId(msg.prefix) id = ircdb.users.getUserId(msg.prefix)