Skip to content

Commit 4392bf6

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 2366c1a commit 4392bf6

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
@@ -98,8 +98,8 @@ Managing Packages with pip
9898
==========================
9999

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

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

0 commit comments

Comments
 (0)