about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorDavHau <hsngrmpf+github@gmail.com>2024-02-12 19:30:46 +0700
committerDavHau <hsngrmpf+github@gmail.com>2024-02-13 11:15:41 +0700
commita299915fff009a44db79e093db1a3f68e4fea5c7 (patch)
tree048e93241524c59fe6122a0ecf1f4819446da5b0 /doc
parentffa815958e61aa978c715eb6e279c290617a6615 (diff)
pythonCatchConflictsHook: improve docs
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/python.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 0849aacdf1668..7e4f34e76875e 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -469,7 +469,7 @@ are used in [`buildPythonPackage`](#buildpythonpackage-function).
   be added as `nativeBuildInput`.
 - `pipInstallHook` to install wheels.
 - `pytestCheckHook` to run tests with `pytest`. See [example usage](#using-pytestcheckhook).
-- `pythonCatchConflictsHook` to check whether a Python package is not already existing.
+- `pythonCatchConflictsHook` to fail if the package depends on two different versions of the same dependency.
 - `pythonImportsCheckHook` to check whether importing the listed modules works.
 - `pythonRelaxDepsHook` will relax Python dependencies restrictions for the package.
   See [example usage](#using-pythonrelaxdepshook).