From b86718ed0da336386ddaabc284ff108aba0fb17c Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Wed, 10 Mar 2021 08:01:50 -0800 Subject: [PATCH] Fixed example configuration in documentation. --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 2562b7379..3ab78fd54 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -177,7 +177,7 @@ The following is an example of a pyright config file: ], "stubPath": "src/stubs", - "venvPath": "/home/foo/.venvs", + "venv": "env367", "reportMissingImports": true, "reportMissingTypeStubs": false,