Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Jan 21, 2025
1 parent 3d5efad commit 3bb4dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pyright-internal/src/analyzer/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 3bb4dd2

Please sign in to comment.