summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-08-19 17:15:03 -0400
committerWill Woods <wwoods@redhat.com>2008-08-19 17:15:03 -0400
commit91d0aef5632d3fc59c97ee9869b20b941e536c65 (patch)
treec25b88a0fdb3dfdd9edb9bfdffe6f66c677dcd64
parent99ca8c8862575d4311f874d001e3c76ac025c37d (diff)
downloadpython-bugzilla-91d0aef5632d3fc59c97ee9869b20b941e536c65.tar.gz
python-bugzilla-91d0aef5632d3fc59c97ee9869b20b941e536c65.tar.xz
python-bugzilla-91d0aef5632d3fc59c97ee9869b20b941e536c65.zip
minor comment tweak
-rw-r--r--bugzilla/rhbugzilla.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla/rhbugzilla.py b/bugzilla/rhbugzilla.py
index 647d8bc..beb31df 100644
--- a/bugzilla/rhbugzilla.py
+++ b/bugzilla/rhbugzilla.py
@@ -263,7 +263,7 @@ class RHBugzilla(bugzilla.base.BugzillaBase):
class RHBugzilla3(Bugzilla32, RHBugzilla):
'''Concrete implementation of the Bugzilla protocol. This one uses the
- methods provided by Red Hat's Bugzilla 3.1.4+ instance, which is a superset
+ methods provided by Red Hat's Bugzilla 3.2+ instance, which is a superset
of the Bugzilla 3.2 methods. The additional methods (Bug.search, Bug.update)
should make their way into a later upstream Bugzilla release (probably 4.0).