From 28250baffbf1d9dae29644717616a224f511fc87 Mon Sep 17 00:00:00 2001 From: Qiming Xu <33349132+xqm32@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:17:51 +0800 Subject: [PATCH] Fix line wrap length and add news entry --- docs/html/cli/pip_install.rst | 4 ++-- news/12417.doc.rst | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 news/12417.doc.rst diff --git a/docs/html/cli/pip_install.rst b/docs/html/cli/pip_install.rst index 5569a49c9..35b82c05e 100644 --- a/docs/html/cli/pip_install.rst +++ b/docs/html/cli/pip_install.rst @@ -45,8 +45,8 @@ When looking at the items to be installed, pip checks what type of item each is, in the following order: 1. Project or archive URL. -2. Local directory (which must contain a ``pyproject.toml`` or ``setup.py``, otherwise pip will report - an error). +2. Local directory (which must contain a ``pyproject.toml`` or ``setup.py``, + otherwise pip will report an error). 3. Local file (a sdist or wheel format archive, following the naming conventions for those formats). 4. A requirement, as specified in :pep:`440`. diff --git a/news/12417.doc.rst b/news/12417.doc.rst new file mode 100644 index 000000000..6c1d5c6ee --- /dev/null +++ b/news/12417.doc.rst @@ -0,0 +1 @@ +Fix outdated pip install argument description \ No newline at end of file