summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMariatta <Mariatta@users.noreply.github.com>2017-12-05 23:39:02 -0800
committerBenjamin Peterson <benjamin@python.org>2017-12-05 23:39:02 -0800
commitc32b214b85de95fcdd8c13faffc457b677d1e11a (patch)
treece693b60c57f49a5d8e8a2be949e4ab33d2397db /documentation
parent63b2661b94463b59752396a3562c9e5ebe672f97 (diff)
downloadsix-git-c32b214b85de95fcdd8c13faffc457b677d1e11a.tar.gz
PyPi -> PyPI (#220)
Diffstat (limited to 'documentation')
-rw-r--r--documentation/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index dd0dc6e..68b2fd7 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -13,7 +13,7 @@ Python 3. It is intended to support codebases that work on both Python 2 and 3
without modification. six consists of only one Python file, so it is painless
to copy into a project.
-Six can be downloaded on `PyPi <https://pypi.python.org/pypi/six/>`_. Its bug
+Six can be downloaded on `PyPI <https://pypi.python.org/pypi/six/>`_. Its bug
tracker and code hosting is on `GitHub <https://github.com/benjaminp/six>`_.
The name, "six", comes from the fact that 2*3 equals 6. Why not addition?