From 3bb4dd29781d6a9c8392e10dbd198a9250ca5216 Mon Sep 17 00:00:00 2001 From: DetachHead <57028336+DetachHead@users.noreply.github.com> Date: Wed, 22 Jan 2025 08:13:52 +1000 Subject: [PATCH] fix typo in comment --- packages/pyright-internal/src/analyzer/service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &&