Skip to content

Commit 4265798

Browse files
Fix wording
Co-authored-by: Bjorn Neergaard <[email protected]>
1 parent 5c1fad2 commit 4265798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/pyproject.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The `tool.poetry` section of the `pyproject.toml` file is composed of multiple s
1717

1818
The name of the package. **Required**
1919

20-
This should be a valid name according to specifications in [PEP 508 - Names](https://peps.python.org/pep-0508/#names)
20+
This should be a valid name as defined by [PEP 508](https://peps.python.org/pep-0508/#names).
2121

2222

2323
```toml

0 commit comments

Comments
 (0)