diff --git a/examples/jira/jira_add_label_tag.py b/examples/jira/jira_add_label_tag.py index 8d4515ea7..97f85a1da 100644 --- a/examples/jira/jira_add_label_tag.py +++ b/examples/jira/jira_add_label_tag.py @@ -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"