mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Merge pull request #285 from dpeukert/patch-1
chore: fix typo in comment
This commit is contained in:
commit
5803237d39
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue