Skip to content

Commit 3fbb73d

Browse files
authored
Fix some typos and add some links (#4257)
1 parent 7a2743a commit 3fbb73d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

peps/pep-0739.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ below, which is rendered in an human-readable format here.
102102
- Schema version.
103103

104104
This is a string following the format ``<MAJOR>.<MINOR>``, where
105-
``<MAJOR>`` and ``<MINOR>`` are unpaded numbers and represent
105+
``<MAJOR>`` and ``<MINOR>`` are unpadded numbers and represent
106106
the **major** and **minor** components of the version. Versions
107-
may be arithmetically compared by intrepreting the version
107+
may be arithmetically compared by interpreting the version
108108
string as a decimal number.
109109

110110
For this specification version, this value is constant and
@@ -149,7 +149,7 @@ below, which is rendered in an human-readable format here.
149149
* - Type
150150
- ``string``
151151
* - Description
152-
- The path to the Python interprer of the base installation.
152+
- The path to the Python interpreter of the base installation.
153153

154154
Either an absolute path, or a path relative to ``base_prefix``.
155155

@@ -301,11 +301,11 @@ below, which is rendered in an human-readable format here.
301301
* - Type
302302
- ``object``
303303
* - Description
304-
- Object containing details related to Python implementation.
304+
- Object containing details related to the Python implementation.
305305

306306
This section **SHOULD** be equivalent to
307-
:py:data:`sys.implementation`. It follows specification defined
308-
in PEP 421, meaning that on top of the required keys,
307+
:py:data:`sys.implementation`. It follows the specification defined
308+
in :pep:`421`, meaning that in addition to the required keys,
309309
implementation-specific keys can also exist, but must be
310310
prefixed with an underscore.
311311
* - Required
@@ -466,7 +466,8 @@ below, which is rendered in an human-readable format here.
466466
* - Type
467467
- ``string``
468468
* - Description
469-
- Suffix used for extensions built against the stable ABI.
469+
- Suffix used for extensions built against the `stable ABI
470+
<https://docs.python.org/3/c-api/stable.html#stable-abi>`_.
470471

471472
This field **MUST** be present if the Python implementation has
472473
a stable ABI extension suffix, otherwise this entry will be

0 commit comments

Comments
 (0)