Skip to content

Commit

Permalink
FIX typo in Bugzilla.rst for api_key auth
Browse files Browse the repository at this point in the history
  • Loading branch information
dmranck committed Aug 29, 2018
1 parent 4383699 commit 965798b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion read-the-docs/source/Bugzilla.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ http://bugzilla.readthedocs.io/en/latest/api/core/v1/general.html#authentication
>>> from ticketutil.bugzilla import BugzillaTicket
>>> ticket = BugzillaTicket(<bugzilla_url>,
<product_name>,
auth=({'api_key': '<your-api-key>'})
auth={'api_key': '<your-api-key>'})
You now have a ``BugzillaTicket`` object that is associated with the
``<product_name>`` product.
Expand Down

0 comments on commit 965798b

Please sign in to comment.