Skip to content

Commit

Permalink
chore: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeukert authored Dec 20, 2024
1 parent 2722ccc commit 71a0002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvchecker_source/opam.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async def get_version(
# Parse the version strings from the file names
raw_versions = await get_package_versions(files, pkg)

# Convert the version strings into RichResults ()
# Convert the version strings into RichResults
versions = []
for version in raw_versions:
versions.append(RichResult(
Expand Down

0 comments on commit 71a0002

Please sign in to comment.