about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimmy Xiao <34635512+tzx@users.noreply.github.com>2024-03-19 23:21:58 -0400
committerTimmy Xiao <34635512+tzx@users.noreply.github.com>2024-03-21 00:27:35 -0400
commita6b670edaa6d3d9ca66e04deb0415ca17ff3138f (patch)
treec13a118b7242b143bb9c61da36a6c6459f088b1b
parentb8bd37d306f4bc86a0441c5a42cd5b1af71f792a (diff)
doc: document name binding for buildPythonPackage
-rw-r--r--doc/languages-frameworks/python.section.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index fa7f3eddf72c6..7f759db13199f 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -74,8 +74,9 @@ and the aliases
 
 #### `buildPythonPackage` function {#buildpythonpackage-function}
 
-The `buildPythonPackage` function is implemented in
-`pkgs/development/interpreters/python/mk-python-derivation.nix`
+The `buildPythonPackage` function has its name binding in
+`pkgs/development/interpreters/python/python-packages-base.nix` and is
+implemented in `pkgs/development/interpreters/python/mk-python-derivation.nix`
 using setup hooks.
 
 The following is an example: