]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix incorrect capitilization of PyPI
authorKyle Mestery <mestery@mestery.com>
Thu, 29 Oct 2015 00:40:10 +0000 (09:40 +0900)
committerKyle Mestery <mestery@mestery.com>
Thu, 29 Oct 2015 01:04:06 +0000 (10:04 +0900)
Change-Id: I2cadc925e3a78241f3dd44acb440427f816b7ff9
Signed-off-by: Kyle Mestery <mestery@mestery.com>
doc/source/devref/sub_project_guidelines.rst
doc/source/devref/sub_projects.rst

index 2dc7142ead959cc3fd1ef2fb0be0c0d49e40ea1f..4396f14bdcdbc6526ac667259237b6f7b5d9ea11 100644 (file)
@@ -148,8 +148,8 @@ To release a sub-project, follow the following steps:
   setup.cfg.
 * A member of neutron-release will then `tag the release
   <http://docs.openstack.org/infra/manual/drivers.html#tagging-a-release>`_,
-  which will release the code to PyPi.
-* The releases will now be on PyPi. A sub-project owner should verify this by
+  which will release the code to PyPI.
+* The releases will now be on PyPI. A sub-project owner should verify this by
   going to an URL similar to
   `this <https://pypi.python.org/pypi/networking-odl>`_.
 * A sub-project owner should next go to Launchpad and release this version
index ad079605fefc923984e9d082c99d7f1553fd4114..9435dba8cb64dc76e263ef960a233d70bb1e31d8 100644 (file)
@@ -246,7 +246,7 @@ DragonFlow
 
 * Git: https://git.openstack.org/cgit/openstack/dragonflow
 * Launchpad: https://launchpad.net/dragonflow
-* PyPi: https://pypi.python.org/pypi/DragonFlow
+* PyPI: https://pypi.python.org/pypi/DragonFlow
 
 .. _networking-edge-vpn:
 
@@ -272,7 +272,7 @@ Hyper-V
 
 * Git: https://git.openstack.org/cgit/openstack/networking-hyperv
 * Launchpad: https://launchpad.net/networking-hyperv
-* PyPi: https://pypi.python.org/pypi/networking-hyperv
+* PyPI: https://pypi.python.org/pypi/networking-hyperv
 
 .. _kuryr: