diff --git a/docs/import-resolution.md b/docs/import-resolution.md index 30fc6b2c5..21fb1f186 100644 --- a/docs/import-resolution.md +++ b/docs/import-resolution.md @@ -30,4 +30,4 @@ Pyright uses the following mechanisms (in priority order) to determine which Pyt 3. If no `venv` or `defaultVenv` is specified in the config file, use the `python.pythonPath` setting. This setting is defined by the VS Code Python extension and can be configured using the Python extension’s environment picker interface. More recent versions of the Python extension no longer store the selected Python environment in the `python.pythonPath` setting and instead use a storage mechanism that is private to the extension. Pyright is able to access this through an API exposed by the Python extension. -4. As a fallback, use the default Python environment (i.e. the one that is invoked when typing `python` in the shell). \ No newline at end of file +4. As a fallback, use the default Python environment (i.e. the one that is invoked when typing `python` in the shell).