Skip to content

Commit

Permalink
Merge 5317d65 into ce6c2b6
Browse files Browse the repository at this point in the history
  • Loading branch information
metashock committed May 27, 2015
2 parents ce6c2b6 + 5317d65 commit 1277628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Comments
Comments, like issues, are objects. Get at issue comments through the parent Issue object or the JIRA object's
dedicated method::

comments_a = issue.fields.comments.comments
comments_a = issue.fields.comment.comments
comments_b = jira.comments(issue) # comments_b == comments_a

Get an individual comment if you know its ID::
Expand Down

0 comments on commit 1277628

Please sign in to comment.