@@ -31,7 +31,7 @@ installing other Python projects, refer to the
3131Key terms
3232=========
3333
34- * the `Python Packaging Index <https://pypi.org >`__ is a public
34+ * the `Python Package Index <https://pypi.org >`__ is a public
3535 repository of open source licensed packages made available for use by
3636 other Python users
3737* the `Python Packaging Authority
@@ -127,14 +127,14 @@ involved in creating and publishing a project:
127127
128128* `Project structure `_
129129* `Building and packaging the project `_
130- * `Uploading the project to the Python Packaging Index `_
130+ * `Uploading the project to the Python Package Index `_
131131* `The .pypirc file `_
132132
133133.. _Project structure : \
134134 https://packaging.python.org/tutorials/packaging-projects/#packaging-python-projects
135135.. _Building and packaging the project : \
136136 https://packaging.python.org/tutorials/packaging-projects/#creating-the-package-files
137- .. _Uploading the project to the Python Packaging Index : \
137+ .. _Uploading the project to the Python Package Index : \
138138 https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives
139139.. _The .pypirc file : \
140140 https://packaging.python.org/specifications/pypirc/
@@ -150,7 +150,7 @@ These are quick answers or links for some common tasks.
150150
151151This isn't an easy topic, but here are a few tips:
152152
153- * check the Python Packaging Index to see if the name is already in use
153+ * check the Python Package Index to see if the name is already in use
154154* check popular hosting sites like GitHub, Bitbucket, etc to see if there
155155 is already a project with that name
156156* check what comes up in a web search for the name you're considering
0 commit comments