Skip to content

Commit

Permalink
fix spelling error in jira examples (atlassian-api#1185)
Browse files Browse the repository at this point in the history
Co-authored-by: andy.hoang <andy.hoang@area9.com.au>
  • Loading branch information
Andy-Hoang and andy-area9 authored Jun 10, 2023
1 parent 01fcf59 commit 3422a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jira/jira_add_label_tag.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding=utf-8
from atlassian import Jira

# This example shoes how to add another value to the Labels field
# This example shows how to add another value to the Labels field
# without losing the previously defined ones already defined

issue_key = "TST-1"
Expand Down

0 comments on commit 3422a81

Please sign in to comment.