Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa4e4b6

Browse files
author
Richard Liang
committed
Fixed up a docstring's formatting.
1 parent e8deb94 commit fa4e4b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/hla_algorithm/models.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,9 @@ def _identify_longest_prefix(allele_prefixes: list[GeneCoord]) -> GeneCoord:
427427
"""
428428
Identify the longest gene coordinate "prefix" in the given allele prefixes.
429429
430-
Precondition: that the input must all share at least the same first
431-
coordinate. The algorithm may not return cogent values if not.
430+
Precondition: all allele prefixes in the input must all share at least
431+
the same first coordinate. The algorithm may not return cogent values
432+
if not.
432433
"""
433434
longest_prefix: GeneCoord = ()
434435
if len(allele_prefixes) > 0:

0 commit comments

Comments
 (0)