Skip to content

Commit 34e4888

Browse files
committed
Fix typo
1 parent 189156a commit 34e4888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyard/pyard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def _combine_with_colon(self, digits_field):
302302

303303
def _predict_v3(self, v2_allele: str) -> str:
304304
"""
305-
Use heurestic to predict V3 from V2
305+
Use heuristic to predict V3 from V2
306306
307307
:param v2_allele: Allele in V2 format
308308
:return: V3 format of V2 allele

0 commit comments

Comments
 (0)