From 3cf43cbc98c0eff20a70b6f85e63681f3c32441c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Wirtel?= Date: Sat, 27 Oct 2018 00:58:26 +0200 Subject: [PATCH] bpo-35042: Use the :pep: role where a PEP is specified (python/cpython#10036) GitHub-Issue-Link: https://github.com/python/cpython/issues/79223 --- Doc/howto/clinic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/clinic.rst b/Doc/howto/clinic.rst index c75c31c98..5b2457a16 100644 --- a/Doc/howto/clinic.rst +++ b/Doc/howto/clinic.rst @@ -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