From 8bccb3dd8372dc3476b2b5898d532a0b4d5deccb Mon Sep 17 00:00:00 2001 From: RishiDiwanTT <90382027+RishiDiwanTT@users.noreply.github.com> Date: Tue, 19 Sep 2023 17:43:07 +0530 Subject: [PATCH] Comment fix --- core/feed/annotator/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/feed/annotator/base.py b/core/feed/annotator/base.py index 451ec544b1..d100cdc2d4 100644 --- a/core/feed/annotator/base.py +++ b/core/feed/annotator/base.py @@ -95,7 +95,7 @@ def contributor( name = contributor.display_name or contributor.sort_name name_key = name and name.lower() if not name_key or name_key in state[marc_role]: - # Either there is not valid name present or + # Either there is no valid name present or # we've already credited this person with this # MARC role. Returning a tag would be redundant. return None