mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 07:34:08 +01:00
Updated docstring for def rfes method to give Request For Enhancement acronym.
This commit is contained in:
parent
31b1bdfcc8
commit
7f9a95d50b
@ -301,9 +301,9 @@ class Sourceforge(callbacks.PrivmsgCommandAndRegexp):
|
||||
def rfes(self, irc, msg, args):
|
||||
"""[--{any,open,closed,deleted,pending}] [<project>]
|
||||
|
||||
Returns a list of the most recent RFEs filed against <project>.
|
||||
<project> is not needed if there is a default project set. Search
|
||||
defaults to open RFEs.
|
||||
Returns a list of the most recent Requests For Enhancement (RFEs)
|
||||
filed against <project>. <project> is not needed if there is a
|
||||
default project set. Search defaults to open RFEs.
|
||||
"""
|
||||
(optlist, rest) = getopt.getopt(args, '', self._statusOpt.keys())
|
||||
project = privmsgs.getArgs(rest, required=0, optional=1)
|
||||
|
Loading…
Reference in New Issue
Block a user