Skip to content

Commit f4ec7e9

Browse files
Further revise PEP 1 CI wording based on reviewer suggestions
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent f5c68a1 commit f4ec7e9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pep-0001.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)