@@ -145,7 +145,7 @@ search for:
145
145
146
146
E.g. a cloud host service named "spam" would first look for
147
147
``pylock.spam.toml `` to install from, and if that file didn't exist then install
148
- from ``pylock.toml `` and look for a dependency group named "spam" fo use if
148
+ from ``pylock.toml `` and look for a dependency group named "spam" to use if
149
149
present.
150
150
151
151
The lock file(s) SHOULD be located in the directory as appropriate for the scope
@@ -180,7 +180,7 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
180
180
updates to the standard change it -- as ``"1.0" ``.
181
181
- If a tool supports the major version but not the minor version, a tool
182
182
SHOULD warn when an unknown key is seen.
183
- - If an tool doesn't support a major version, it MUST raise an error.
183
+ - If a tool doesn't support a major version, it MUST raise an error.
184
184
185
185
186
186
``environments ``
@@ -1026,7 +1026,7 @@ This PEP does NOT fully replace requirements files because:
1026
1026
1027
1027
- They support specifying installation
1028
1028
`options <https://pip.pypa.io/en/stable/reference/requirements-file-format/#supported-options >`__
1029
- at install-time (e.g. ``--index-url ``, ``--constrants ``).
1029
+ at install-time (e.g. ``--index-url ``, ``--constraint ``).
1030
1030
- They can
1031
1031
`reference other requirements files <https://pip.pypa.io/en/stable/reference/requirements-file-format/#referring-to-other-requirements-files >`__
1032
1032
via ``-r ``.
@@ -1314,8 +1314,8 @@ the key was technically superfluous.
1314
1314
The single drawback of not having this key is for wheels and sdists that now
1315
1315
fall under ``packages.archive ``. With the separate key (or having it specified
1316
1316
as a part of ``packages.sdist `` or ``packages.wheels ``), it would allow for
1317
- identifying in the lock file itself that an archive file is an sdist of wheel.
1318
- As it currently stand , an installer must infer that detail itself.
1317
+ identifying in the lock file itself that an archive file is an sdist or wheel.
1318
+ As it currently stands , an installer must infer that detail itself.
1319
1319
1320
1320
1321
1321
--------------
@@ -1369,7 +1369,7 @@ encodes the project name and version, so no new info is conveyed about the file
1369
1369
(when the package version is provided). And if the location is recorded then
1370
1370
getting the file is handled regardless of the file name.
1371
1371
1372
- But recording the file name can helpful when looking for an appropriate file
1372
+ But recording the file name can be helpful when looking for an appropriate file
1373
1373
when the recorded file location is no longer available (while sdist file names
1374
1374
are now standardized thanks to :pep: `625 `, that has only been true since 2020
1375
1375
and thus there are many older sdists with names that may not be guessable).
0 commit comments