Document that True/False/None don’t use :keyword: in doc

This commit is contained in:
Éric Araujo 2011-09-01 19:56:04 +02:00
parent 7ce05e07c0
commit 2c378ae364
1 changed files with 4 additions and 1 deletions

View File

@ -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