Skip to content

Commit

Permalink
Fix typo in comment string
Browse files Browse the repository at this point in the history
  • Loading branch information
andersgs committed Jun 4, 2020
1 parent d4b1525 commit 6aa2a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lissero/scripts/Serotype.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def report_maker(full_matches, partial_matches=[]):
):
if "LMO1118" in full_matches:
report["serotype"] = "Nontypeable"
report["comment"] = "Presence of all 5 genes, No a Known Serotype"
report["comment"] = "Presence of all 5 genes, not a known serotype"
else:
report["serotype"] = "4b, 4d, 4e*"
report["comment"] = "Unusual 4b with lmo0737"
Expand Down

0 comments on commit 6aa2a93

Please sign in to comment.