Skip to content

Commit

Permalink
Merge pull request #35 from dmranck/read-the-docs
Browse files Browse the repository at this point in the history
UPDATE read-the-docs/source/index.rst with changes from README.rst
  • Loading branch information
dmranck committed Jun 29, 2017
2 parents dbd7587 + fc486db commit c9a16b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions read-the-docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Simplify all of your ticketing operations with ticketutil:
t = ticket.add_comment('Test Comment')
t = ticket.change_status('Done')
# Check status of previous ticketing operation and print URL of ticket.
print(t.status)
print(t.url)
# Close Requests session.
ticket.close_requests_session()
Expand Down

0 comments on commit c9a16b0

Please sign in to comment.