]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
docs: replace PyPI description with link (GH-101506)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 3 Feb 2023 07:29:56 +0000 (23:29 -0800)
committerGitHub <noreply@github.com>
Fri, 3 Feb 2023 07:29:56 +0000 (23:29 -0800)
(cherry picked from commit 45d014e03ba7ba4c9c912120ec36b2aca02061f4)

Co-authored-by: François Magimel <magimel.francois@gmail.com>
Doc/tutorial/venv.rst

index 221c11ca74b4ef51776cb7e51088db9fc9ba7ae2..2cc30f89e95d955c7c621127dab8922e243fca3f 100644 (file)
@@ -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",