mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #5399 from rycee/fix-typo
Fix minor typo in documentation.
This commit is contained in:
commit
987125e256
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ exist in community to help save time. No tool is preferred at the moment.
|
|||
<section xml:id="python-development"><title>Development</title>
|
||||
|
||||
<para>
|
||||
To develop Python packages <function>bulidPythonPackage</function> has
|
||||
To develop Python packages <function>buildPythonPackage</function> has
|
||||
additional logic inside <varname>shellPhase</varname> to run
|
||||
<command>${python.interpreter} setup.py develop</command> for the package.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue