summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bugzilla/base.py2
1 files changed, 1 insertions, 1 deletions
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