mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Fixed some grammar errors
This commit is contained in:
parent
f592aab3c0
commit
e196650f20
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user