Skip to content

Commit

Permalink
Merge pull request #285 from dpeukert/patch-1
Browse files Browse the repository at this point in the history
chore: fix typo in comment
  • Loading branch information
lilydjwg authored Dec 20, 2024
2 parents 2722ccc + 71a0002 commit 5803237
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 5803237

Please sign in to comment.