summaryrefslogtreecommitdiffstats
path: root/bugzilla
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-05-16 17:27:36 -0400
committerWill Woods <wwoods@redhat.com>2008-05-16 17:27:36 -0400
commit95406dfc9f3518a467c99f03ace1fc57ac1de509 (patch)
tree4c220d4cddb79ce521ec0921da3144c57f8c4cfb /bugzilla
parent248d7bb3c1fe4c0174bfbcb7e135f9d154f2abe7 (diff)
downloadpython-bugzilla-95406dfc9f3518a467c99f03ace1fc57ac1de509.tar.gz
python-bugzilla-95406dfc9f3518a467c99f03ace1fc57ac1de509.tar.xz
python-bugzilla-95406dfc9f3518a467c99f03ace1fc57ac1de509.zip
Fix inconsistent comment
Diffstat (limited to 'bugzilla')
-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