From c786e63c704fb13cdfff7ac93285710baf76a603 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 25 Feb 2024 16:57:55 -0800 Subject: doc: Fix typo resulting in broken link in manual I was looking at https://nixos.org/manual/nixpkgs/stable/#buildpythonpackage-parameters to import a Python package and noticed that the link for the `hooks` in `pyproject` option is broken due to a typo (used 0 instead of )). Signed-off-by: Mihai Maruseac --- doc/languages-frameworks/python.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md index d1b41d84ddc7..6634dced6eb7 100644 --- a/doc/languages-frameworks/python.section.md +++ b/doc/languages-frameworks/python.section.md @@ -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. -- cgit 1.4.1