Skip to content

Commit 0e3f827

Browse files
mgornywillingc
andauthored
Apply suggestions from code review
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
1 parent 8fe969a commit 0e3f827

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

peps/pep-0817.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ optional. This implies that any packages using it need to provide
10601060
non-variant wheels as well.
10611061

10621062

1063-
Suggested implementation logic per type of packaging tool
1063+
Suggested implementation logic for a packaging tool
10641064
---------------------------------------------------------
10651065

10661066
Installing a package from an index
@@ -1096,10 +1096,10 @@ Installing a package from an index
10961096
A conceptual diagram of installing a wheel.
10971097

10981098
When asked to install a version of a package from an index, the proposed
1099-
behavior would be to:
1099+
tool behavior would be to:
11001100

1101-
1. Query the remote index for the package in question.
1102-
2. Initially select a package version meeting the version constraints,
1101+
1. Query the remote index for the desired package.
1102+
2. Select an initial match for a package version meeting the version constraints,
11031103
as usual (this does not need to take variant metadata into account).
11041104
3. Filter available wheels based on Platform Compatibility Tags.
11051105
4. Determine if any of the remaining wheels are variant wheels.
@@ -1145,7 +1145,7 @@ behavior would be to:
11451145
Installing a local wheel
11461146
''''''''''''''''''''''''
11471147

1148-
When asked to install a local wheel file, the proposed behavior would be
1148+
When asked to install a local wheel file, the tool's proposed behavior would be
11491149
to:
11501150

11511151
1. If no variant label is present in the filename, proceed as with

0 commit comments

Comments
 (0)