mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-08 18:44:06 +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):
|
def rfes(self, irc, msg, args):
|
||||||
"""[--{any,open,closed,deleted,pending}] [<project>]
|
"""[--{any,open,closed,deleted,pending}] [<project>]
|
||||||
|
|
||||||
Returns a list of the most recent RFEs filed against <project>.
|
Returns a list of the most recent Requests For Enhancement (RFEs)
|
||||||
<project> is not needed if there is a default project set. Search
|
filed against <project>. <project> is not needed if there is a
|
||||||
defaults to open RFEs.
|
default project set. Search defaults to open RFEs.
|
||||||
"""
|
"""
|
||||||
(optlist, rest) = getopt.getopt(args, '', self._statusOpt.keys())
|
(optlist, rest) = getopt.getopt(args, '', self._statusOpt.keys())
|
||||||
project = privmsgs.getArgs(rest, required=0, optional=1)
|
project = privmsgs.getArgs(rest, required=0, optional=1)
|
||||||
|
Loading…
Reference in New Issue
Block a user