Merge pull request #5399 from rycee/fix-typo

Fix minor typo in documentation.
This commit is contained in:
lethalman 2014-12-19 16:36:24 +01:00
commit 987125e256

View file

@ -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>