From: Éric Araujo Date: Thu, 1 Sep 2011 17:56:04 +0000 (+0200) Subject: Document that True/False/None don’t use :keyword: in doc X-Git-Tag: v2.7.3rc1~473^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c378ae364df3d8cf263db022b9c6a92a0f6ccb1;p=python Document that True/False/None don’t use :keyword: in doc --- diff --git a/Doc/documenting/markup.rst b/Doc/documenting/markup.rst index 4f1fcae9e7..25801c7564 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