Skip to content

Commit 98ac4a2

Browse files
authored
Fix some incorrect indents in the docs (#13437)
Incorrect indents cause some paragraphs to be misinterpreted and render incorrectly.
1 parent 92b6a52 commit 98ac4a2

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

docs/html/cli/pip_download.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ Examples
204204
pip-8.1.1-py2.py3-none-any.whl
205205
206206
#. Download a package supporting one of several ABIs and platforms.
207-
This is useful when fetching wheels for a well-defined interpreter, whose
208-
supported ABIs and platforms are known and fixed, different than the one pip is
209-
running under.
207+
This is useful when fetching wheels for a well-defined interpreter, whose
208+
supported ABIs and platforms are known and fixed, different than the one pip is
209+
running under.
210210

211211
.. tab:: Unix/macOS
212212

docs/html/cli/pip_install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Examples
321321
322322
py -m pip install --upgrade SomePackage
323323
324-
.. note::
324+
.. note::
325325

326326
This will guarantee an update to ``SomePackage`` as it is a direct
327327
requirement, and possibly upgrade dependencies if their installed

docs/html/cli/pip_list.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ Examples
142142
143143
#. List packages installed in editable mode
144144

145-
When some packages are installed in editable mode, ``pip list`` outputs an
146-
additional column that shows the directory where the editable project is
147-
located (i.e. the directory that contains the ``pyproject.toml`` or
148-
``setup.py`` file).
145+
When some packages are installed in editable mode, ``pip list`` outputs an
146+
additional column that shows the directory where the editable project is
147+
located (i.e. the directory that contains the ``pyproject.toml`` or
148+
``setup.py`` file).
149149

150150
.. tab:: Unix/macOS
151151

@@ -172,7 +172,7 @@ located (i.e. the directory that contains the ``pyproject.toml`` or
172172
setuptools 57.4.0
173173
wheel 0.36.2
174174
175-
The json format outputs an additional ``editable_project_location`` field.
175+
The json format outputs an additional ``editable_project_location`` field.
176176

177177
.. tab:: Unix/macOS
178178

docs/html/development/architecture/overview.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ In sequence, what does pip do?:
4242
user-given requirements, and where to get them from.
4343

4444
a. this step is convoluted - also exploratory, involves dependency
45-
resolution -- we need to get to the index, see what versions
46-
are available
45+
resolution -- we need to get to the index, see what versions
46+
are available
4747

4848
b. Sometimes you need to build the package itself in order to get
49-
dependency information, which means fetching the package from
50-
package index, which means knowing whether it exists. For a
51-
single package,
49+
dependency information, which means fetching the package from
50+
package index, which means knowing whether it exists. For a
51+
single package,
5252

5353
4. Install the actual items to be installed.
5454

0 commit comments

Comments
 (0)