@@ -1060,7 +1060,7 @@ optional. This implies that any packages using it need to provide
10601060non-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
10661066Installing a package from an index
@@ -1096,10 +1096,10 @@ Installing a package from an index
10961096 A conceptual diagram of installing a wheel.
10971097
10981098When 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).
110411043. Filter available wheels based on Platform Compatibility Tags.
110511054. Determine if any of the remaining wheels are variant wheels.
@@ -1145,7 +1145,7 @@ behavior would be to:
11451145Installing 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
11491149to:
11501150
115111511. If no variant label is present in the filename, proceed as with
0 commit comments