Skip to content

Commit 1afbeab

Browse files
committed
Fix typo in doc string
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent c85f0f6 commit 1afbeab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/licensedcode/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2341,7 +2341,7 @@ def _set_continuous(self):
23412341

23422342
def build_required_phrase_spans(self):
23432343
"""
2344-
Return a list of Spans marking key phrases token positions of that must
2344+
Return a list of Spans marking required phrases token positions of that must
23452345
be present for this rule to be matched.
23462346
"""
23472347
if self.is_from_license:

0 commit comments

Comments
 (0)