From 95406dfc9f3518a467c99f03ace1fc57ac1de509 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Fri, 16 May 2008 17:27:36 -0400 Subject: Fix inconsistent comment --- bugzilla/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bugzilla') diff --git a/bugzilla/base.py b/bugzilla/base.py index ad9128e..e784450 100644 --- a/bugzilla/base.py +++ b/bugzilla/base.py @@ -509,7 +509,7 @@ class BugzillaBase(object): raise NotImplementedError def createbug(self,check_args=False,**data): - '''Create a bug with the given info. Returns the bug ID. + '''Create a bug with the given info. Returns a new Bug object. data should be given as keyword args - remember that you can also populate a dict and call createbug(**dict) to fill in keyword args. The arguments are as follows. Note that some are optional and some -- cgit