From 73244ba1708ab75a7c61b1d84e3e0ede9b63bb4f Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 25 Mar 2003 23:58:11 +0000 Subject: [PATCH] Fixed a typo in the docstring of getArgs --- src/privmsgs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/privmsgs.py b/src/privmsgs.py index cce03a89e..427605d9a 100644 --- a/src/privmsgs.py +++ b/src/privmsgs.py @@ -66,7 +66,7 @@ def getChannel(msg, args): def getArgs(args, needed=1, optional=0): """Take the needed arguments from args. - Always return a list of size needed + optional, filling it with however + Always returns a list of size needed + optional, filling it with however many empty strings is necessary to fill the tuple to the right size. If there aren't enough args even to satisfy needed, raise an error and