Skip to content

Commit

Permalink
update for bugzilla.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Gazdikova committed Jun 15, 2017
1 parent 133aa4b commit 1f977b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions read-the-docs/source/Bugzilla.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ specify additional attachment options.
Examples
^^^^^^^^

ticketutil.bugzilla code examples
---------------------------------
Create BugzillaTicket object
----------------------------

Currently, ticketutil supports ``HTTP Basic authentication`` and
``API key authentication`` for Bugzilla.
Expand Down Expand Up @@ -205,7 +205,7 @@ non-intuitive format. See Bugzilla's REST API documentation for more
information: http://bugzilla.readthedocs.io/en/latest/api/index.html
Create and update Bugzilla ticket
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---------------------------------
.. code:: python
Expand Down Expand Up @@ -236,7 +236,7 @@ Create and update Bugzilla ticket
t.close_requests_session()
Update existing Bugzilla tickets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--------------------------------
.. code:: python
Expand Down

0 comments on commit 1f977b5

Please sign in to comment.