File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Python Standalone Builds
4
4
5
5
This project produces self-contained, highly-portable Python
6
6
distributions. These Python distributions contain a fully-usable,
7
- full-features Python installation as well as their build artifacts
7
+ full-featured Python installation as well as their build artifacts
8
8
(object files, libraries, etc).
9
9
10
10
The included build artifacts can be recombined by downstream
@@ -257,7 +257,7 @@ PYTHON.json File
257
257
The ``PYTHON.json `` file describes the Python distribution in a machine
258
258
readable manner. This file is meant to be opened by downstream consumers
259
259
of this distribution so that they may learn things about the distribution
260
- without have to resort to heuristics.
260
+ without having to resort to heuristics.
261
261
262
262
The file contains a JSON map. This map has the following keys:
263
263
273
273
Target architecture for the distribution. e.g. ``x86 `` (32-bit) or
274
274
``x86_64 `` (64-bit).
275
275
276
- python_favor
276
+ python_flavor
277
277
Type of Python distribution. e.g. ``cpython ``.
278
278
279
279
python_version
You can’t perform that action at this time.
0 commit comments