`PyPi` -> `PyPI`
This commit is contained in:
Kaxil Naik 2020-11-14 04:08:08 +00:00 коммит произвёл GitHub
Родитель 7a280d3d2a
Коммит 6cb8e5c2ae
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,7 +3,7 @@
"type": "object",
"properties": {
"package-name": {
"description": "Package name available under which the package is available in the PyPi repository.",
"description": "Package name available under which the package is available in the PyPI repository.",
"type": "string"
},
"python-module": {

Просмотреть файл

@ -43,7 +43,7 @@ Here's the list of the :doc:`provider packages <provider-packages>` and what the
:Available versions: {% for version in package["versions"] %}``{{ version }}``{% if not loop.last %}, {% else %}.{% endif %}{%- endfor %}
:Reference: `PyPi repository <https://pypi.org/project/{{ package["package-name"] }}/>`__
:Reference: `PyPI Repository <https://pypi.org/project/{{ package["package-name"] }}/>`__
{% if package["python-module"] %}
:Python API Reference: :mod:`{{ package["python-module"] }}`
{% endif %}