Skip to content

Commit

Permalink
Merge pull request #420 from Rossmairm/patch-1
Browse files Browse the repository at this point in the history
Update examples.rst
  • Loading branch information
ssbarnea authored Sep 5, 2017
2 parents 2e727de + 1143b7c commit f7f48d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Then perform a transition on an issue::
jira.transition_issue(issue, '5', assignee={'name': 'pm_user'}, resolution={'id': '3'})

# The above line is equivalent to:
jira.transition_issue(issue, '5', fields: {'assignee':{'name': 'pm_user'}, 'resolution':{'id': '3'}})
jira.transition_issue(issue, '5', fields={'assignee':{'name': 'pm_user'}, 'resolution':{'id': '3'}})

Projects
--------
Expand Down

0 comments on commit f7f48d7

Please sign in to comment.