[Python-checkins] docs: replace PyPI description with link (GH-101506)

miss-islington webhook-mailer at python.org
Fri Feb 3 02:31:48 EST 2023


https://github.com/python/cpython/commit/4392bf648f125762a0f074e87b847496e5f15a62
commit: 4392bf648f125762a0f074e87b847496e5f15a62
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2023-02-02T23:31:43-08:00
summary:

docs: replace PyPI description with link (GH-101506)

(cherry picked from commit 45d014e03ba7ba4c9c912120ec36b2aca02061f4)

Co-authored-by: François Magimel <magimel.francois at gmail.com>

files:
M Doc/tutorial/venv.rst

diff --git a/Doc/tutorial/venv.rst b/Doc/tutorial/venv.rst
index 7cdce3f9ca88..8312c5878659 100644
--- a/Doc/tutorial/venv.rst
+++ b/Doc/tutorial/venv.rst
@@ -98,8 +98,8 @@ Managing Packages with pip
 ==========================
 
 You can install, upgrade, and remove packages using a program called
-:program:`pip`.  By default ``pip`` will install packages from the Python
-Package Index, <https://pypi.org>.  You can browse the Python
+:program:`pip`.  By default ``pip`` will install packages from the `Python
+Package Index <https://pypi.org>`_.  You can browse the Python
 Package Index by going to it in your web browser.
 
 ``pip`` has a number of subcommands: "install", "uninstall",



More information about the Python-checkins mailing list