@@ -235,7 +235,7 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
235235 file).
236236- Tools supporting dependency groups MUST also support extras.
237237- Tools SHOULD explicitly set this key to an empty array to signal that the
238- inputs used to generate the lock file had no extras (e.g. a ``pyproject.toml ``
238+ inputs used to generate the lock file had no dependency groups (e.g. a ``pyproject.toml ``
239239 file had no ``[dependency-groups] `` table), signalling that the lock file
240240 is, in effect, multi-use even if it only looks to be single-use.
241241
@@ -361,6 +361,7 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
361361 contains.
362362- Tools MAY choose to not support version control systems, both from a locking
363363 and/or installation perspective.
364+ - Tools MAY choose to only support a subset of the available VCS types.
364365- Tools SHOULD provide a way for users to opt in/out of using version control
365366 systems.
366367- Installation from a version control system is considered originating from a
@@ -1094,7 +1095,7 @@ use-cases based on extras and dependency groups. It is up to the tool(s) you use
10941095that decide whether multi-use lock files are possible. All tools dealing with
10951096lock files at least support single-use lock files. Neither type of lock file
10961097is better or worse than the other, it just changes how much can be written down
1097- in a single file (which can influence how manageable) .
1098+ in a single file.
10981099
10991100Lock files that follow this PEP can be installed by any installer that
11001101implements the specification. This allows users of a lock file to perform an
@@ -1269,7 +1270,7 @@ Recording the creation date of the lock file
12691270============================================
12701271
12711272To know how potentially stale the lock file was, an earlier proposal suggested
1272- recording the creation date of the lock file. But for some same merge conflict
1273+ recording the creation date of the lock file. But for the same merge conflict
12731274reasons as storing the hash of the file contents, this idea was dropped.
12741275
12751276
@@ -1315,7 +1316,7 @@ Drop recording the package version
13151316==================================
13161317
13171318The package version is optional since it can only be reliably recorded when an
1318- sdist of wheel file is used. And since both sources record the version in file
1319+ sdist or wheel file is used. And since both sources record the version in file
13191320names it is technically redundant.
13201321
13211322But in discussions it was decided the version number is useful for auditing
0 commit comments