Correct a typo in the document

This patch changes 'prefered' to 'preferred'
in the document

Change-Id: I490f415651cafa771c8ad26cb4e740e983e130ae
This commit is contained in:
zhaoleilc 2020-07-23 17:23:48 +08:00
parent 8e84ccdcbd
commit d26ae18b10
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::