Skip to content

Commit 28250ba

Browse files
authored
Fix line wrap length and add news entry
1 parent 88ac529 commit 28250ba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/html/cli/pip_install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ When looking at the items to be installed, pip checks what type of item
4545
each is, in the following order:
4646

4747
1. Project or archive URL.
48-
2. Local directory (which must contain a ``pyproject.toml`` or ``setup.py``, otherwise pip will report
49-
an error).
48+
2. Local directory (which must contain a ``pyproject.toml`` or ``setup.py``,
49+
otherwise pip will report an error).
5050
3. Local file (a sdist or wheel format archive, following the naming
5151
conventions for those formats).
5252
4. A requirement, as specified in :pep:`440`.

news/12417.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix outdated pip install argument description

0 commit comments

Comments
 (0)