Merge "Correct a typo in the document"

This commit is contained in:
Zuul 2020-10-02 08:29:15 +00:00 committed by Gerrit Code Review
commit 6c13cc24f1
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ different distribution specific guidelines.
.. note:: For translating pypi names (the name a python package has on `pypi.python.org`_
to distro specific names, internally a module called `pymod2pkg`_ is used.
The prefered way to use `py2name` is to set the context variable `pypi_name` and
The preferred way to use `py2name` is to set the context variable `pypi_name` and
then call `py2name()` without any parameters. In that case, the context variable
is used::