diff --git a/packages/pyright-internal/src/analyzer/service.ts b/packages/pyright-internal/src/analyzer/service.ts index f732d58a5..8a25170d9 100644 --- a/packages/pyright-internal/src/analyzer/service.ts +++ b/packages/pyright-internal/src/analyzer/service.ts @@ -697,7 +697,7 @@ export class AnalyzerService { // only apply to the language server. this._applyLanguageServerOptions(configOptions, projectRoot, commandLineOptions.languageServerSettings); - // If user didn't set either (venvPath & venv) or pythonPath, and project root root is found, + // If user didn't set either (venvPath & venv) or pythonPath, and project root is found, // try to fill pythonPath with a default value if ( !configOptions.venvPath &&