summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-16 16:55:41 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-09-16 16:55:41 -0700
commitc4903229d99b5d694d4256efc187ac452579811a (patch)
tree5948c1f59522d2e2fe6b38982f4faa1754ee2636
parent5fbcda22cd3b7658f046be95e8637b94e767f4f8 (diff)
downloadoauthlib-c4903229d99b5d694d4256efc187ac452579811a.tar.gz
Correct capitalization of PyPI
As spelled on https://pypi.org/.
-rw-r--r--README.rst2
-rw-r--r--docs/installation.rst2
-rw-r--r--tox.ini2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index a84307f..7c41a80 100644
--- a/README.rst
+++ b/README.rst
@@ -12,7 +12,7 @@ logic for Python 2.7 and 3.4+.*
:alt: Coveralls
.. image:: https://img.shields.io/pypi/pyversions/oauthlib.svg
:target: https://pypi.org/project/oauthlib/
- :alt: Download from PyPi
+ :alt: Download from PyPI
.. image:: https://img.shields.io/pypi/l/oauthlib.svg
:target: https://pypi.org/project/oauthlib/
:alt: License
diff --git a/docs/installation.rst b/docs/installation.rst
index 48e4288..72d7b08 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -9,7 +9,7 @@ For various reasons you may wish to install using your OS packaging system and
install instructions for a few are shown below. Please send a PR to add a
missing one.
-Latest release on PYPI
+Latest release on PyPI
----------------------
diff --git a/tox.ini b/tox.ini
index 6f6c18c..c45f657 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,7 +19,7 @@ changedir=docs
whitelist_externals=make
commands=make clean html
-# tox -e readme to mimick pypi long_description check
+# tox -e readme to mimick PyPI long_description check
[testenv:readme]
skipsdist=True
deps=readme