]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
docs: replace PyPI description with link (#101506)
authorFrançois Magimel <magimel.francois@gmail.com>
Fri, 3 Feb 2023 07:23:11 +0000 (08:23 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Feb 2023 07:23:11 +0000 (12:53 +0530)
Doc/tutorial/venv.rst

index 1fdb370b33d5af5b61195a3ef464f95168eddc51..05f0e6bbcc1b04f133079e86aaf2ba8ef0c8d94f 100644 (file)
@@ -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",