mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14:27 +03:00
Fix missing inline literal (escaped) space after literal (missing-space-after-literal)
This commit is contained in:
parent
a5ceb746b0
commit
880dee7e1d
|
@ -42,7 +42,7 @@ behaviour of ``build_prepare.py``:
|
||||||
If ``PYTHON`` is unset, the version of Python used to run
|
If ``PYTHON`` is unset, the version of Python used to run
|
||||||
``build_prepare.py`` will be used. If only ``PYTHON`` is set,
|
``build_prepare.py`` will be used. If only ``PYTHON`` is set,
|
||||||
``EXECUTABLE`` defaults to ``python.exe``.
|
``EXECUTABLE`` defaults to ``python.exe``.
|
||||||
* ``ARCHITECTURE`` is used to select a ``x86``, ``x64`` or ``ARM64``build.
|
* ``ARCHITECTURE`` is used to select a ``x86``, ``x64`` or ``ARM64`` build.
|
||||||
By default, uses same architecture as the version of Python used to run ``build_prepare.py``.
|
By default, uses same architecture as the version of Python used to run ``build_prepare.py``.
|
||||||
is used.
|
is used.
|
||||||
* ``PILLOW_BUILD`` can be used to override the ``winbuild\build`` directory
|
* ``PILLOW_BUILD`` can be used to override the ``winbuild\build`` directory
|
||||||
|
|
Loading…
Reference in New Issue
Block a user