Fix docs/configuration.md misleading case sensitive Pyproject.toml typo (#2238)

Creating `Pyproject.toml` as it is currently shown in the docs title will not work,
because the file name is case sensitive. It should be exactly `pyproject.toml`
This commit is contained in:
Omer Tuchfeld 2021-08-28 16:37:25 +02:00 committed by GitHub
parent ba5178b9a6
commit 9edf6d2d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,7 +229,7 @@ The following is an example of a pyright config file:
}
```
## Sample Pyproject.toml File
## Sample pyproject.toml File
```toml
[tool.pyright]
include = ["src"]