Skip to content

Commit fcab833

Browse files
committed
Reflow
1 parent e016fc8 commit fcab833

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

peps/pep-0794.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ every project release and look at what files are provided via the
7676
:ref:`packaging:binary-distribution-format`, but that's a lot of CPU and
7777
bandwidth for something that is static information (although tricks can be
7878
used to lessen the data requests such as using HTTP range requests to only
79-
read the table of contents of the zip file). This sort of calculation is also currently repeated by everyone
80-
independently instead of having the metadata hosted by a central index server
81-
like PyPI. It also doesn't work for sdists as the structure of the wheel
82-
isn't known yet, and so inferring the structure of the code installed isn't
83-
known yet. As well, these solutions are not necessarily accurate as it is
84-
based on inference instead of being explicitly provided by the project
85-
owners.
79+
read the table of contents of the zip file). This sort of calculation is also
80+
currently repeated by everyone independently instead of having the metadata
81+
hosted by a central index server like PyPI. It also doesn't work for sdists as
82+
the structure of the wheel isn't known yet, and so inferring the structure of
83+
the code installed isn't known yet. As well, these solutions are not
84+
necessarily accurate as it is based on inference instead of being explicitly
85+
provided by the project owners.
8686

8787

8888
Specification
@@ -126,8 +126,8 @@ imported by anyone and can "take up space" in the namespace of the
126126
environment. Tools consuming the metadata SHOULD consider the information
127127
provided in ``Import-Name`` as accurate, but not exhaustive.
128128

129-
The :ref:`declaring-project-metadata` will gain an ``import-names`` key. It will
130-
be an array of strings that stores what will be written out to
129+
The :ref:`declaring-project-metadata` will gain an ``import-names`` key. It
130+
will be an array of strings that stores what will be written out to
131131
``Import-Name``. Build back-ends MAY support dynamically calculating the
132132
value on the user's behalf if desired, if the user declares the key to be
133133
dynamic.

0 commit comments

Comments
 (0)