mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
chore: fix typo in comment
This commit is contained in:
parent
2722ccc7fe
commit
71a0002624
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
|
# Parse the version strings from the file names
|
||||||
raw_versions = await get_package_versions(files, pkg)
|
raw_versions = await get_package_versions(files, pkg)
|
||||||
|
|
||||||
# Convert the version strings into RichResults ()
|
# Convert the version strings into RichResults
|
||||||
versions = []
|
versions = []
|
||||||
for version in raw_versions:
|
for version in raw_versions:
|
||||||
versions.append(RichResult(
|
versions.append(RichResult(
|
||||||
|
|
Loading…
Add table
Reference in a new issue