Skip to content

Commit 12c0fa7

Browse files
authored
PEP 751: fix section order (#4259)
1 parent 53b70c1 commit 12c0fa7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

peps/pep-0751.rst

+11-11
Original file line numberDiff line numberDiff line change
@@ -177,17 +177,6 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
177177
(i.e. the minimum viable Python version for the lock file).
178178

179179

180-
``[[packages]]``
181-
================
182-
183-
- **Type**: array of tables
184-
- **Required?**: yes
185-
- **Inspiration**: PDM_, Poetry_, uv_
186-
- An array containing all packages that *may* be installed.
187-
- Packages MAY be listed multiple times with varying data, but all packages to
188-
be installed MUST narrow down to a single entry at install time.
189-
190-
191180
``created-by``
192181
==============
193182

@@ -201,6 +190,17 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
201190
Python package to facilitate finding the tool.
202191

203192

193+
``[[packages]]``
194+
================
195+
196+
- **Type**: array of tables
197+
- **Required?**: yes
198+
- **Inspiration**: PDM_, Poetry_, uv_
199+
- An array containing all packages that *may* be installed.
200+
- Packages MAY be listed multiple times with varying data, but all packages to
201+
be installed MUST narrow down to a single entry at install time.
202+
203+
204204
.. Identification
205205
206206
``packages.name``

0 commit comments

Comments
 (0)