Skip to content

Commit

Permalink
Merge pull request #42 from vzapolskiy/fix_typo
Browse files Browse the repository at this point in the history
Comment: fix typo in comment 'visibility' name
  • Loading branch information
ssbarnea committed Feb 21, 2015
2 parents 261f61c + aebae47 commit 0195cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def update(self, fields=None, async=None, jira=None, body='', visibility=None):
if body:
data['body'] = body
if visibility:
data['vissibility'] = visibility
data['visibility'] = visibility
super(Comment, self).update(data)


Expand Down

0 comments on commit 0195cad

Please sign in to comment.