Skip to content

Commit 392bc59

Browse files
committed
readme: fix some typos
1 parent aef0fd7 commit 392bc59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Python Standalone Builds
44

55
This project produces self-contained, highly-portable Python
66
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
88
(object files, libraries, etc).
99

1010
The included build artifacts can be recombined by downstream
@@ -257,7 +257,7 @@ PYTHON.json File
257257
The ``PYTHON.json`` file describes the Python distribution in a machine
258258
readable manner. This file is meant to be opened by downstream consumers
259259
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.
261261

262262
The file contains a JSON map. This map has the following keys:
263263

@@ -273,7 +273,7 @@ arch
273273
Target architecture for the distribution. e.g. ``x86`` (32-bit) or
274274
``x86_64`` (64-bit).
275275

276-
python_favor
276+
python_flavor
277277
Type of Python distribution. e.g. ``cpython``.
278278

279279
python_version

0 commit comments

Comments
 (0)