@@ -205,8 +205,9 @@ The standard PEP workflow is:
205205 * The title accurately describes the content.
206206 * The PEP's language (spelling, grammar, sentence structure, etc.)
207207 and code style (examples should match :pep:`7` & :pep:`8`) should be
208- correct and conformant. The PEP will be checked for reStructuredText
209- formatting by the repo's CIs, and will not be approved until this passes.
208+ correct and conformant. The PEP text will be automatically checked for
209+ correct reStructuredText formatting when the pull request is submitted.
210+ PEPs with invalid reST markup will not be approved.
210211
211212 Editors are generally quite lenient about this initial review,
212213 expecting that problems will be corrected by the reviewing process.
@@ -718,7 +719,7 @@ For each new PEP that comes in an editor does the following:
718719* Skim the PEP for obvious defects in language (spelling, grammar,
719720 sentence structure, etc.), and code style (examples should conform to
720721 :pep:`7` & :pep:`8`). Editors may correct problems themselves, but are
721- not required to do so (reStructuredText syntax is checked by the repo's CIs ).
722+ not required to do so (reStructuredText syntax is checked by the repo's CI ).
722723
723724* If a project is portrayed as benefiting from or supporting the PEP, make sure
724725 there is some direct indication from the project included to make the support
0 commit comments