From e6bea76eee744c74996d827717336eaae1e83480 Mon Sep 17 00:00:00 2001 From: Zohar Meir <33152084+zmeir@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:07:16 +0300 Subject: [PATCH] Typo --- pr_agent/tools/pr_reviewer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/tools/pr_reviewer.py b/pr_agent/tools/pr_reviewer.py index b13b5e17..c8081fde 100644 --- a/pr_agent/tools/pr_reviewer.py +++ b/pr_agent/tools/pr_reviewer.py @@ -335,7 +335,7 @@ class PRReviewer: def _remove_previous_review_comment(self, comment): """ - Get the previous review comment if it exists. + Remove the previous review comment if it exists. """ try: if get_settings().pr_reviewer.remove_previous_review_comment and comment: