Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <lains@riseup.net>
  • Loading branch information
FFY00 committed Dec 19, 2023
1 parent 3d65f95 commit 62aae6a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions peps/pep-0739.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ This PEP only defines a standard format for a file describing Python
installations, distributing such files is out of scope.

Python implementations may choose to include a self-describing file as part of
their distribution, but they are not required to, and it out of scope for this
PEP to define how that may happen, if they decide to do so.
their distribution, but they are not required to, and it is out of scope for
this PEP to define how that may happen, if they decide to do so.


Specification
Expand Down Expand Up @@ -71,7 +71,8 @@ Subsection with details related to the language specification.
------------------

Subsection with details related to Python implementation. Usually, this section
should be roghly equivalent to :py:data:`sys.implementation`.
is implementation-defined, but it is recommended to make it roughly equivalent
to :py:data:`sys.implementation`.

``name``
~~~~~~~~
Expand Down

0 comments on commit 62aae6a

Please sign in to comment.