[python] fix typo in install.ts comment (#8442)

overriden -> overridden
This commit is contained in:
Ikko Ashimine
2022-08-23 00:58:27 +09:00
committed by GitHub
parent 0d13fe7e34
commit f03c947f91

View File

@@ -96,7 +96,7 @@ interface InstallRequirementArg {
}
// note that any internal dependency that vc_init.py requires that's installed
// with this function can get overriden by a newer version from requirements.txt,
// with this function can get overridden by a newer version from requirements.txt,
// so vc_init should do runtime version checks to be compatible with any recent
// version of its dependencies
export async function installRequirement({