diff options
Diffstat (limited to 'Doc/library/constants.rst')
-rw-r--r-- | Doc/library/constants.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/library/constants.rst b/Doc/library/constants.rst index fecd836..8f7be50 100644 --- a/Doc/library/constants.rst +++ b/Doc/library/constants.rst @@ -5,19 +5,17 @@ Built-in Constants A small number of constants live in the built-in namespace. They are: +.. XXX False, True, None are keywords too + .. data:: False The false value of the :class:`bool` type. - .. versionadded:: 2.3 - .. data:: True The true value of the :class:`bool` type. - .. versionadded:: 2.3 - .. data:: None |