Merge pull request #291573 from mihaimaruseac/master

doc: Fix typo resulting in broken link in manual
This commit is contained in:
Martin Weinelt 2024-02-26 14:23:10 +01:00 committed by GitHub
commit f0ad0db81a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -175,7 +175,7 @@ following are specific to `buildPythonPackage`:
from `build-system.requires` to `build-system`. Note that the pyproject
format falls back to using `setuptools`, so you can use `pyproject = true`
even if the package only has a `setup.py`. When set to `false`, you can
use the existing [hooks](#setup-hooks0 or provide your own logic to build the
use the existing [hooks](#setup-hooks) or provide your own logic to build the
package. This can be useful for packages that don't support the pyproject
format. When unset, the legacy `setuptools` hooks are used for backwards
compatibility.