Fixed example configuration in documentation.

This commit is contained in:
Eric Traut 2021-03-10 08:01:50 -08:00
parent 6217c1f39b
commit b86718ed0d

View File

@ -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,