Skip to content

Commit 5f672dc

Browse files
committed
Issue #16574: Clarify that once a PEP has implemented, it needs be
documented in Python docs. Patch by Carol Willing. Wording suggested by Terry J. Reedy.
1 parent bf31930 commit 5f672dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

documenting.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,9 @@ The following roles generate external links:
11251125

11261126
A reference to a Python Enhancement Proposal. This generates appropriate
11271127
index entries. The text "PEP *number*\ " is generated; in the HTML output,
1128-
this text is a hyperlink to an online copy of the specified PEP.
1128+
this text is a hyperlink to an online copy of the specified PEP. Such
1129+
hyperlinks should not be a substitute for properly documenting the
1130+
language in the manuals.
11291131

11301132
.. describe:: rfc
11311133

0 commit comments

Comments
 (0)