Skip to content

Commit

Permalink
docs: fix docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Dec 30, 2024
1 parent 7140063 commit 4f2fbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fgpyo/sam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ def _set_common_mate_fields(dest: AlignedSegment, source: AlignedSegment) -> Non
source: The alignment to use as a mate reference.
Raises:
ValueError: If dest and source are not of the same read ordinal.
ValueError: If dest and source are of the same read ordinal.
ValueError: If source is supplementary (and not purely primary or secondary).
ValueError: If dest and source do not share the same query name.
"""
Expand Down

0 comments on commit 4f2fbea

Please sign in to comment.