Skip to content

Commit

Permalink
bpo-35042: Use the :pep: role where a PEP is specified (python/cpytho…
Browse files Browse the repository at this point in the history
…n#10036)

GitHub-Issue-Link: python/cpython#79223
  • Loading branch information
matrixise authored and erlend-aasland committed Sep 26, 2023
1 parent 2630d18 commit 3cf43cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/howto/clinic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ All Argument Clinic converters accept the following arguments:

``annotation``
The annotation value for this parameter. Not currently supported,
because PEP 8 mandates that the Python library may not use
because :pep:`8` mandates that the Python library may not use
annotations.

In addition, some converters accept additional arguments. Here is a list
Expand Down

0 comments on commit 3cf43cb

Please sign in to comment.