Skip to content

Commit 77acd6c

Browse files
henryiiiwillingc
andauthored
Apply suggestions from code review
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
1 parent b5f77d1 commit 77acd6c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

peps/pep-0808.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,7 @@ How to Teach This
318318
=================
319319

320320
If you currently have dynamic metadata, but some list or table entries are
321-
known statically, you can now make that explicit by adding them to the
322-
corresponding static entry in the project table, while keeping the entry in the
321+
known statically, you can now make that explicit by adding the static entry in the ``[project]`` table, while also keeping the entry in the
323322
``project.dynamic`` list to allow the dynamic portion to be added by your build
324323
backend.
325324

@@ -335,7 +334,7 @@ field.
335334

336335
It should also be noted that specifying something in ``dynamic`` will require
337336
any tool that requires the full metadata to invoke the backend even if it is
338-
partially statically specified, so it should not be used unless necessary, just
337+
partially statically specified. So, it should not be used unless necessary, just
339338
like any other dynamic metadata.
340339

341340

0 commit comments

Comments
 (0)