From 2c378ae364df3d8cf263db022b9c6a92a0f6ccb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Thu, 1 Sep 2011 19:56:04 +0200 Subject: [PATCH] =?UTF-8?q?Document=20that=20True/False/None=20don?= =?UTF-8?q?=E2=80=99t=20use=20:keyword:=20in=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Doc/documenting/markup.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Doc/documenting/markup.rst b/Doc/documenting/markup.rst index 4f1fcae9e75..25801c75640 100644 --- a/Doc/documenting/markup.rst +++ b/Doc/documenting/markup.rst @@ -472,7 +472,10 @@ in a different style: .. describe:: keyword - The name of a keyword in Python. + The name of a Python keyword. Using this role will generate a link to the + documentation of the keyword. ``True``, ``False`` and ``None`` do not use + this role, but simple code markup (````True````), given that they're + fundamental to the language and should be known to any programmer. .. describe:: mailheader