Skip to content

Commit

Permalink
FIX for Usage.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Gazdikova committed Jun 21, 2017
1 parent cd4d09d commit c859031
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions read-the-docs/source/Usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ on a separate ticket. Instead of creating a new Ticket object, you can
simply pass an existing ``<ticket_id>`` in to the ``set_ticket_id()``
method to begin working on another ticket.

- To return the current Ticket object's ticket_id or ticket_url, use the ``get_ticket_id()`` or ``get_ticket_url()`` methods.
To return the current Ticket object's ticket_id or ticket_url, use the
``get_ticket_id()`` or ``get_ticket_url()`` methods.


Running unit tests
------------------

- To run unit tests in Bash terminal use this command:
To run unit tests in Bash terminal use this command:

.. code-block:: python
Expand Down

0 comments on commit c859031

Please sign in to comment.