summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-02-03 07:29:56 (GMT)
committerGitHub <noreply@github.com>2023-02-03 07:29:56 (GMT)
commit42b14044aabee01491acee3a524827358f560ca9 (patch)
tree80b15fed7ef257d2875c1ca9062967a303ddad27 /Doc
parent4c732bc425976194ae1309753f89aa43b64582fa (diff)
downloadcpython-42b14044aabee01491acee3a524827358f560ca9.zip
cpython-42b14044aabee01491acee3a524827358f560ca9.tar.gz
cpython-42b14044aabee01491acee3a524827358f560ca9.tar.bz2
docs: replace PyPI description with link (GH-101506)
(cherry picked from commit 45d014e03ba7ba4c9c912120ec36b2aca02061f4) Co-authored-by: François Magimel <magimel.francois@gmail.com>
Diffstat (limited to 'Doc')
-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 221c11c..2cc30f8 100644
--- a/Doc/tutorial/venv.rst
+++ b/Doc/tutorial/venv.rst
@@ -93,8 +93,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",