Updated docstring for def rfes method to give Request For Enhancement acronym.

This commit is contained in:
Grant Bowman 2004-08-13 15:33:58 +00:00
parent 31b1bdfcc8
commit 7f9a95d50b

View File

@ -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)