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)