Skip to content

Commit eb949e2

Browse files
developerdeveloper
authored andcommitted
fix: linter remarks
1 parent c4433cb commit eb949e2

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/html/cli/pip_download.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,15 @@ available as binaries, you can build them manually for your target platform
4848
and let pip download know where to find them using ``--find-links``.
4949

5050
.. note::
51-
To determine the appropriate values for ``--python-version`` and ``--platform``, you can query the target system using the following commands:
5251

53-
- For the Python version, use :func:`sysconfig.get_python_version() <sysconfig.get_python_version>`.
54-
- For the platform, use :func:`sysconfig.get_platform() <sysconfig.get_platform>`.
52+
To determine the appropriate values for ``--python-version`` and ``--platform``, you can query the target system using the following commands:
5553

56-
Refer to the official Python documentation for more details:
57-
- `sysconfig.get_python_version() <https://docs.python.org/3/library/sysconfig.html#sysconfig.get_python_version>`_
58-
- `sysconfig.get_platform() <https://docs.python.org/3/library/sysconfig.html#sysconfig.get_platform>`_
54+
- For the Python version, use :func:`sysconfig.get_python_version() <sysconfig.get_python_version>`.
55+
- For the platform, use :func:`sysconfig.get_platform() <sysconfig.get_platform>`.
56+
57+
Refer to the official Python documentation for more details:
58+
- `sysconfig.get_python_version() <https://docs.python.org/3/library/sysconfig.html#sysconfig.get_python_version>`_
59+
- `sysconfig.get_platform() <https://docs.python.org/3/library/sysconfig.html#sysconfig.get_platform>`_
5960

6061
Options
6162
=======

news/6369.doc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Provided information about the --platform and --python-version options of the ``pip download`` command
1+
Provided information about the --platform and --python-version options of the ``pip download`` command

0 commit comments

Comments
 (0)