Skip to content

Commit 42b1404

Browse files
docs: replace PyPI description with link (GH-101506)
(cherry picked from commit 45d014e) Co-authored-by: François Magimel <[email protected]>
1 parent 4c732bc commit 42b1404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/tutorial/venv.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Managing Packages with pip
9393
==========================
9494

9595
You can install, upgrade, and remove packages using a program called
96-
:program:`pip`. By default ``pip`` will install packages from the Python
97-
Package Index, <https://pypi.org>. You can browse the Python
96+
:program:`pip`. By default ``pip`` will install packages from the `Python
97+
Package Index <https://pypi.org>`_. You can browse the Python
9898
Package Index by going to it in your web browser.
9999

100100
``pip`` has a number of subcommands: "install", "uninstall",

0 commit comments

Comments
 (0)