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: