Skip to content

Commit 1302e46

Browse files
thompsonmjCopilot
andauthored
Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c6d7b86 commit 1302e46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/taxonopy/resolve_common_names.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def prioritize_vernacular(vernacular_df: pl.DataFrame) -> pl.DataFrame:
236236
])
237237
)
238238

239-
# Merge and pick the toppriority name, then drop the priority column
239+
# Merge and pick the top-priority name, then drop the priority column
240240
result = (
241241
pl.concat([english, other])
242242
.group_by("taxonID")

0 commit comments

Comments
 (0)