Skip to content

Commit 45d014e

Browse files
authored
docs: replace PyPI description with link (#101506)
1 parent 5c39daf commit 45d014e

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)