summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-08-31 10:13:15 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-09-01 16:16:31 +0200
commitb080748d42d18a3a51e4afacc962d9528ae4200d (patch)
tree93aad640de499a1473afadf22207468bc2f62b25 /doc
parentb17cd148ba7a9eaadd689c49e8b72c80151dcecb (diff)
downloadnixpkgs-b080748d42d18a3a51e4afacc962d9528ae4200d.tar
nixpkgs-b080748d42d18a3a51e4afacc962d9528ae4200d.tar.gz
nixpkgs-b080748d42d18a3a51e4afacc962d9528ae4200d.tar.bz2
nixpkgs-b080748d42d18a3a51e4afacc962d9528ae4200d.tar.lz
nixpkgs-b080748d42d18a3a51e4afacc962d9528ae4200d.tar.xz
nixpkgs-b080748d42d18a3a51e4afacc962d9528ae4200d.tar.zst
nixpkgs-b080748d42d18a3a51e4afacc962d9528ae4200d.zip
Python: move python-modules/generic to interpreter folder
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/python.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.md b/doc/languages-frameworks/python.md
index c38266413bf..ffda162ffde 100644
--- a/doc/languages-frameworks/python.md
+++ b/doc/languages-frameworks/python.md
@@ -481,7 +481,7 @@ and the aliases
 #### `buildPythonPackage` function
 
 The `buildPythonPackage` function is implemented in
-`pkgs/development/python-modules/generic/default.nix`
+`pkgs/development/interpreters/python/buildpythonpackage.nix`
 
 and can be used as: