summaryrefslogtreecommitdiff
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorFrançois Magimel <magimel.francois@gmail.com>2023-02-03 08:23:11 +0100
committerGitHub <noreply@github.com>2023-02-03 12:53:11 +0530
commit45d014e03ba7ba4c9c912120ec36b2aca02061f4 (patch)
tree77d9b1bf44fc4b4515ae64b0ec6fe4359a6d89ce /Doc/tutorial
parent5c39daf50b7f388f9b24bb2d6ef415955440bebf (diff)
downloadcpython-git-45d014e03ba7ba4c9c912120ec36b2aca02061f4.tar.gz
docs: replace PyPI description with link (#101506)
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/venv.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tutorial/venv.rst b/Doc/tutorial/venv.rst
index 1fdb370b33..05f0e6bbcc 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",