We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1fad2 commit 4265798Copy full SHA for 4265798
docs/pyproject.md
@@ -17,7 +17,7 @@ The `tool.poetry` section of the `pyproject.toml` file is composed of multiple s
17
18
The name of the package. **Required**
19
20
-This should be a valid name according to specifications in [PEP 508 - Names](https://peps.python.org/pep-0508/#names)
+This should be a valid name as defined by [PEP 508](https://peps.python.org/pep-0508/#names).
21
22
23
```toml
0 commit comments