Skip to content

Commit 3422a81

Browse files
fix spelling error in jira examples (#1185)
Co-authored-by: andy.hoang <andy.hoang@area9.com.au>
1 parent 01fcf59 commit 3422a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jira/jira_add_label_tag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding=utf-8
22
from atlassian import Jira
33

4-
# This example shoes how to add another value to the Labels field
4+
# This example shows how to add another value to the Labels field
55
# without losing the previously defined ones already defined
66

77
issue_key = "TST-1"

0 commit comments

Comments
 (0)