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 5681153 commit ead1f38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions read-the-docs/source/Bugzilla.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Examples
--------

ticketutil.bugzilla code examples
=================================
---------------------------------

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 ead1f38

Please sign in to comment.