From 3422a81a4f2a7033595f3d82692c2d8275a2bb37 Mon Sep 17 00:00:00 2001 From: AndyDD_ThangHoang <32534326+Andy-Hoang@users.noreply.github.com> Date: Sat, 10 Jun 2023 15:04:11 +0930 Subject: [PATCH] fix spelling error in jira examples (#1185) Co-authored-by: andy.hoang --- examples/jira/jira_add_label_tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"